Skip to content

Commit 575be39

Browse files
authored
Merge pull request #701 from ldennington/update-contributing-guidelines
Update contributing guidelines
2 parents 46d1b3c + 839e45a commit 575be39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Contributing
22

3-
[issue]: https://github.com/GitCredentialManager/git-credential-manager/issues
3+
[issue]: https://github.com/GitCredentialManager/git-credential-manager/issues/new/choose
44
[fork]: https://github.com/GitCredentialManager/git-credential-manager/fork
55
[pr]: https://github.com/GitCredentialManager/git-credential-manager/compare
66
[code-of-conduct]: CODE_OF_CONDUCT.md
7+
[commits]: https://www.youtube.com/watch?v=4qLtKx9S9a8
78

8-
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
9+
Hi there! We're thrilled that you'd like to contribute to GCM :tada:. Your help is essential for keeping it great.
910

10-
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
11+
Contributions to GCM are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
1112

1213
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
1314

@@ -29,6 +30,7 @@ This helps us coordinate and reduce duplication.
2930
- `GitHub.UI.Avalonia`
3031
- `Atlassian.Bitbucket.UI.Windows`
3132
- `GitHub.UI.Windows`
33+
1. Organize your changes into one or more [logical, descriptive commits][commits].
3234
1. Push to your fork and [submit a pull request][pr]
3335
1. Pat your self on the back and wait for your pull request to be reviewed and merged.
3436

@@ -37,7 +39,6 @@ Here are a few things you can do that will increase the likelihood of your pull
3739
- Match existing code style.
3840
- Write tests.
3941
- 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).
4142

4243
## Resources
4344

0 commit comments

Comments
 (0)