Skip to content

Commit 589d91a

Browse files
author
Benoit Hudson
committed
How to contribute.
1 parent b264e9d commit 589d91a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Contributing
22

33
## If you are interested in contributing, here are some ground rules:
4-
* ... Define guidelines & rules for what contributors need to know to successfully make Pull requests against your repo ...
4+
* Discuss the issue you want to solve with others. Make sure it fits with others' needs.
5+
* Include a link to a discussion of the issue you're solving.
6+
* Help the reviewers understand your work and minimize merge conflicts:
7+
* Fix only one thing per pull request. Make a second pull request if you have two fixes.
8+
* Try to minimize stylistic changes in your pull request. Don't change indentation and whitespace unless it's important.
9+
* Try to make sure new files end in a newline, that there's no extra whitespace, that you use spaces (not tabs), and that you match the coding style of similar files.
10+
* Make sure to include tests. If you're fixing a bug, include a regression test -- a test that failed before your contribution.
11+
* Make sure all tests pass.
512

613
## All contributions are subject to the [Unity Contribution Agreement(UCA)](https://unity3d.com/legal/licenses/Unity_Contribution_Agreement)
714
By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions.
815

9-
## Once you have a change ready following these ground rules. Simply make a pull request
16+
## Once you have a change ready following these ground rules. Simply [make a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork)

0 commit comments

Comments
 (0)