PyBitmessage/PULL_REQUEST_TEMPLATE.md

15 lines
946 B
Markdown
Raw Normal View History

2017-09-10 12:40:01 +00:00
## Code contributions to the Bitmessage project
- try to explain what the code is about
- try to follow [PEP0008](https://www.python.org/dev/peps/pep-0008/)
- PGP-sign the commits included in the pull request
2018-05-02 15:29:55 +00:00
- try to use a good editor that removes trailing whitespace, highlights potential python issues and uses unix line endings
2017-09-10 12:40:01 +00:00
- You can get paid for merged commits if you register at [Tip4Commit](https://tip4commit.com/github/Bitmessage/PyBitmessage)
If for some reason you don't want to use github, you can submit the patch using Bitmessage to the "bitmessage" chan, or to one of the developers.
## Translations
For helping with translations, please use [Transifex](https://www.transifex.com/bitmessage-project/pybitmessage/). There is no need to submit pull requests for translations.
2018-05-02 15:29:55 +00:00
For translating technical terms it is recommended to consult the [Microsoft Language Portal](https://www.microsoft.com/Language/en-US/Default.aspx).
2018-05-07 10:50:51 +00:00