aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING16
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 00000000..0b82439a
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,16 @@
+Project
+=======
+
+Issues and Pull Requests via GitHub:
+
+* https://github.com/lpereira/hardinfo
+
+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`!