Skip to content

Commit f1a66e1

Browse files
authored
Update CONTRIBUTING.md
Clarify that work should be merged into the master branch, and that trivial changes are allowed directly on the master branch without needing a topic branch.
1 parent 2534303 commit f1a66e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ written, documented and tested pull requests are encouraged.
1919
branch.
2020
* To quickly create a topic branch based on master; `git checkout -b
2121
fix/develop/my_contribution master`. Please avoid working directly on the
22-
`master` branch.
22+
`master` branch for anything other than trivial changes.
2323
* Make commits of logical units.
2424
* Check for unnecessary whitespace with `git diff --check` before committing.
2525
* Make sure your commit messages are in the proper format.
@@ -29,7 +29,7 @@ written, documented and tested pull requests are encouraged.
2929

3030
## Submitting Changes
3131

32-
* Push your changes to a topic branch in your fork of the repository.
32+
* Merge your topic branch into master and push to your fork of the repository.
3333
* Submit a pull request to the repository in the pythonnet organization.
3434
* After feedback has been given we expect responses within two weeks. After two
3535
weeks we may close the pull request if it isn't showing any activity.

0 commit comments

Comments
 (0)