aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index e62ab5bd..00000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Project
-
-Issues and Pull Requests via GitHub:
-
-* https://github.com/lpereira/hardinfo
-
-If this is your first contribution, feel free to add your name to
-AUTHORS.md as a commit included in your pull request.
-
-## Pull requests
-
-Pull requests should contain related commits. Each commit should have a
-descriptive title, and clearly describe the changes in the commit message.
-Please make small commits that are easier to review.
-
-## Coding
-
-Ancient code used a mixture of tab and space for indentation, but newer
-prefers four (4) spaces for each level of indentation.
-
-# Translators
-
-If possible, run `bash updatepo.sh` in the po/ directory before begining.
-This will regenerate hardinfo.pot and update all the .po files.
-Nothing is lost if this isn't done, but it prevents wasting time translating
-strings that have changed, or are no longer used.
-
-DO NOT use `make pot`!