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
Update CONTRIBUTING.md with a link to Victoria Dye's recent talk on
crafting logical, well-ordered commit messages. Move this link into the
'Submitting a pull request' section so that new contributors are more
likely to see it while following the prescribed steps.
Hi there! We're thrilled that you'd like to contribute to GCM :tada:. Your help is essential for keeping it great.
9
10
@@ -29,6 +30,7 @@ This helps us coordinate and reduce duplication.
29
30
-`GitHub.UI.Avalonia`
30
31
-`Atlassian.Bitbucket.UI.Windows`
31
32
-`GitHub.UI.Windows`
33
+
1. Organize your changes into one or more [logical, descriptive commits][commits].
32
34
1. Push to your fork and [submit a pull request][pr]
33
35
1. Pat your self on the back and wait for your pull request to be reviewed and merged.
34
36
@@ -37,7 +39,6 @@ Here are a few things you can do that will increase the likelihood of your pull
37
39
- Match existing code style.
38
40
- Write tests.
39
41
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
40
-
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
0 commit comments