diff options
author | Justin Spahr-Summers <jspahrsummers@github.com> | 2013-07-03 08:39:56 -0700 |
---|---|---|
committer | Justin Spahr-Summers <jspahrsummers@github.com> | 2013-07-03 08:39:56 -0700 |
commit | f3664c06f761cfdf6e0dd872496873879ea51561 (patch) | |
tree | b9dd925e983138d68a1cd8d801198fe2d02d10b2 | |
parent | 444416f0678d0114b6901e69b6302d7db48ef04c (diff) | |
parent | f4511ad9b62a7d4f56d30ee2f4fb8890d8932fc2 (diff) | |
download | gitignore-f3664c06f761cfdf6e0dd872496873879ea51561.tar.gz gitignore-f3664c06f761cfdf6e0dd872496873879ea51561.zip |
Merge pull request #493 from strugee/master
This repository didn't have a CONTRIBUTING.md file. Now it does.
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..918dd5e3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it's *very helpful* if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best. + +This ensures we can efficiently go through pull requests and keep quality high. |