diff options
-rw-r--r-- | CONTRIBUTING.md | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b82439a..af5759ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,16 +1,34 @@ -Project -======= +Overall info for contribution on source: -Issues and Pull Requests via GitHub: +* [Coding contribution] (#coding-contribution) +* [Translations] (#translations) -* https://github.com/lpereira/hardinfo +# Coding contribution -Translators -=========== +All the collaboration work must be using https://github.com/lpereira/hardinfo issues and pull request. +So generally, clone the repository with git, and use branches, before make a pull request. -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 +## Pull requests + +Please **each and all the pull request must made in related scope**, +this to avoid conflicts, and must avoid massive commits corrections.. +large pulls will take more time from owner to review and commit! + +Pease **each pull request must have descriptive related titles** and +clarelly description in the pull request, about changes in each commits, +and must mantain those amount of commits in blocks and not to be massive. + +## Coding + +Most ancient code use a mixture of TAB and SPACES, but newer must +prefered and priority its to use 4 SPACES! + +# Translations + +We using po files, its recommended before beginning, +try to run `bash updatepo.sh` in the po/ directory to sync files. + +This will regenerate hardinfo.pot and update all the .po files. Dont worry, +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`! |