Skip to content

Commit d6684a8

Browse files
committed
Updated contributing.md file.
Added an item for users to create a branch where their changes are going to be included.
1 parent a37ecf1 commit d6684a8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Contributing code
4040
-----------------
4141
1. Fork the [XBee Java Library](http://github.com/digidotcom/XBeeJavaLibrary)
4242
repository ([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)).
4748
A 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.

0 commit comments

Comments
 (0)