Skip to content

Commit 21c183d

Browse files
committed
Add more contributing guidance.
1 parent ff4bda7 commit 21c183d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,24 @@ let everybody know that you want to work on it.
2121
is none, create one.
2222
2. Create a fork in GitHub
2323
3. Create a branch off the `master` branch. Name it something that that makes
24-
sense, such as `issue-123`. This makes it easy for you to figure out what
25-
the branch is used for.
24+
sense, such as `issue-123` or `githubhandle-issue`. This makes it easy for everyone to figure out what
25+
the branch is used for. It also makes it easier to isolate your change from incoming changes from the origin.
2626
4. Commit your changes and push your changes to GitHub
2727
5. Create a pull request against the origin's `master` branch
2828

2929
## DOs and DON'Ts
3030

3131
* **DO** follow our coding style (see below)
32-
* **DON'T** surprise us with big pull requests. Instead, file an issue and start
33-
a discussion so we can agree on a direction before you invest a large amount
34-
of time.
3532
* **DO** include tests when adding new features. When fixing bugs, start with
3633
adding a test that highlights how the current behavior is broken.
3734
* **DO** keep the discussions focused. When a new or related topic comes up
3835
it's often better to create new issue than to side track the discussion.
36+
* **DO** blog and tweet (or whatever) about your contributions, frequently!
37+
* **DON'T** surprise us with big pull requests. Instead, file an issue and start
38+
a discussion so we can agree on a direction before you invest a large amount
39+
of time.
40+
* **DON'T** commit code that you didn't write. If you find MIT or Apache 2 licensed code that you think is a good fit to add to .NET Core, file an issue and start a discussion before proceeding.
41+
3942

4043
## C# Coding Style
4144

0 commit comments

Comments
 (0)