Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commitf1a66e1

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 parent2534303 commitf1a66e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
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 yourchanges to a topic branch in your fork of the repository.
32+
*Merge yourtopic 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)

[8]ページ先頭

©2009-2025 Movatter.jp