8000 Add a CONTRIBUTING.md file (#271) · markdownlint/markdownlint@a7450a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7450a4

Browse files
NaomiReevesjaymzh
authored andcommitted
Add a CONTRIBUTING.md file (#271)
Most users are looking for this content in a CONTRIBUTING.md file and it's encouraged by [the github community standards](https://help.github.com/en/articles/setting-guidelines-for-repository-contributors), so let's comply. We should probably add more content and guidelines to this, but it's a start.
1 parent 40255d9 commit a7450a4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
1. Fork it ( <http://github.com/markdownlint/markdownlint/fork> )
4+
1. Create your feature branch (`git checkout -b my-new-feature`)
5+
1. Commit your changes (`git commit -am 'Add some feature'`)
6+
1. Push to the branch (`git push origin my-new-feature`)
7+
1. Create new Pull Request

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,4 @@ For more information on creating style files, see the
8484

8585
## Contributing
8686

87-
1. Fork it ( <http://github.com/markdownlint/markdownlint/fork> )
88-
1. Create your feature branch (`git checkout -b my-new-feature`)
89-
1. Commit your changes (`git commit -am 'Add some feature'`)
90-
1. Push to the branch (`git push origin my-new-feature`)
91-
1. Create new Pull Request
87+
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)
0