summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md
blob: 949efa6f6968ce6ec55881cfac48f8d728923a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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