diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:52 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:52 +0100 |
commit | 9a05f56e1bf36abab41d12f92f2c75266c44bd4a (patch) | |
tree | f9ac600d137939dd484732515363a2337bdc6535 /CONTRIBUTING.md | |
parent | 0f5dea06fa62062c7e98b36945a63aae7835a80a (diff) |
Clean - HARDINFO2 BASE
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 28 |
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`! |