summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2019-09-07 12:38:52 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2019-10-24 07:52:52 -0700
commit18f58d09953b700fa782ec58a8be5c01b1cc97c7 (patch)
tree99f3101ac88d0a7cce815dd2f43f31bee4c8c6d3 /CONTRIBUTING.md
parent8fd37c17522681918345c0d0f4b8cd561f4f74a6 (diff)
rename CONTRIBUTING to .md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..0b82439a
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -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`!