You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,24 @@ let everybody know that you want to work on it.
21
21
is none, create one.
22
22
2. Create a fork in GitHub
23
23
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.
26
26
4. Commit your changes and push your changes to GitHub
27
27
5. Create a pull request against the origin's `master` branch
28
28
29
29
## DOs and DON'Ts
30
30
31
31
***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.
35
32
***DO** include tests when adding new features. When fixing bugs, start with
36
33
adding a test that highlights how the current behavior is broken.
37
34
***DO** keep the discussions focused. When a new or related topic comes up
38
35
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.
0 commit comments