summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md')
-rw-r--r--Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md b/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md
new file mode 100644
index 00000000000..949efa6f696
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md
@@ -0,0 +1,30 @@
+# Contributing
+
+We love pull requests from everyone. Contributing is easy:
+
+* You can report bugs and request features using the [issues page][issues].
+
+[issues]: https://github.com/gi-ev/lni/issues
+
+* You can easily work on the code if you have a GitHub account ([get one][github]):
+
+[github]: https://github.com/join
+
+Fork the project, then clone the repo:
+
+ git clone git@github.com:your-username/LNI.git
+
+Make your change(s).
+
+Push to your fork and [submit a pull request][pr].
+
+[pr]: https://github.com/gi-ev/lni/compare/
+
+At this point you're waiting on us. We like to at least comment on pull requests
+as soon as possible. We may suggest some changes or improvements or alternatives.
+
+Some things that will increase the chance that your pull request is accepted:
+
+* Write a [good commit message][commit].
+
+[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html \ No newline at end of file