Difference between revisions of "Contribute"

From Bitmessage Wiki
Jump to navigation Jump to search
(Created page with "==Code contributions to the Bitmessage project== The best code contributions are pull requests on https://github.com/Bitmessage/PyBitmessage. Here are some rules to follow:...")
 
m (Link formatting)
Line 1: Line 1:
 
==Code contributions to the Bitmessage project==
 
==Code contributions to the Bitmessage project==
  
The best code contributions are pull requests on https://github.com/Bitmessage/PyBitmessage. Here are some rules to follow:
+
The best code contributions are pull requests on [https://github.com/Bitmessage/PyBitmessage GitHub]. Here are some rules to follow:
  
 
* try to explain what the code is about
 
* try to explain what the code is about
* try to follow https://www.python.org/dev/peps/pep-0008/
+
* try to follow [https://www.python.org/dev/peps/pep-0008/ PEP0008]
* make the pull request against the "v0.6" branch, https://github.com/Bitmessage/PyBitmessage/tree/v0.6
+
* make the pull request against the [https://github.com/Bitmessage/PyBitmessage/tree/v0.6 "v0.6" branch]
 
* it should be possible to do a fast-forward merge of the pull requests
 
* it should be possible to do a fast-forward merge of the pull requests
 
* PGP-sign the commits included in the pull request
 
* PGP-sign the commits included in the pull request
Line 13: Line 13:
 
==Translations==
 
==Translations==
  
For helping with translations, please use https://www.transifex.com/bitmessage-project/pybitmessage/. There is no need to submit pull requests for translations.
+
For helping with translations, please use [https://www.transifex.com/bitmessage-project/pybitmessage/ Transifex]. There is no need to submit pull requests for translations.

Revision as of 09:30, 11 October 2016

Code contributions to the Bitmessage project

The best code contributions are pull requests on GitHub. Here are some rules to follow:

  • try to explain what the code is about
  • try to follow PEP0008
  • make the pull request against the "v0.6" branch
  • it should be possible to do a fast-forward merge of the pull requests
  • PGP-sign the commits included in the pull request

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. There is no need to submit pull requests for translations.