File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ Contributing code
4040-----------------
41411 . Fork the [ XBee Java Library] ( http://github.com/digidotcom/XBeeJavaLibrary )
4242repository ([ how to fork a repo] ( https://help.github.com/articles/fork-a-repo/ ) ).
43- 2 . Make your changes following the code style used in the library.
44- 3 . Add the corresponding unit tests for the new code.
45- 4 . Make sure all tests pass.
46- 5 . Submit a pull request ([ how to create a pull request] ( https://help.github.com/articles/fork-a-repo/#next-steps ) ).
43+ 2 . Create a branch for your contribution. Use a name that defines the purpose of the additions/modifications.
44+ 3 . Make your changes following the code style used in the library.
45+ 4 . Add the corresponding unit tests for the new code.
46+ 5 . Make sure all tests pass.
47+ 6 . Submit a pull request ([ how to create a pull request] ( https://help.github.com/articles/fork-a-repo/#next-steps ) ).
4748A project developer will review your work and then merge your request into the
48- project, or come back to you with comments and/or questions.
49+ project, or come back to you with comments and/or questions.
You can’t perform that action at this time.
0 commit comments