summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lni/CONTRIBUTING.md
blob: ff718c5bd63d3133bfe262d8777ba3cdfc2d7207 (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

You can report bugs and request features using the [issues page](https://github.com/gi-ev/lni/issues).

We love code contributions.
You can easily work on the code if you have a GitHub account ([get one](https://github.com/join)).
For that, please [fork the repository](https://help.github.com/articles/fork-a-repo/), work on the code, and submit a [pull request](https://help.github.com/articles/about-pull-requests/).

Take a look at GitHub's excellent overview on the [GitHub flow](https://guides.github.com/introduction/flow/index.html).
The [Feature Branch Workflow](https://de.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) forms the basis of this kind of development.

In other words:

1. Fork the project
2. Clone the repo:

       git clone git@github.com:your-username/LNI.git

3. Create a new branch `patch` (or another speaking name)

       git checkout -b patch

3. Make your changes.
4. Commit your changes.
   Thereby, try to write a [good commit message](https://github.com/joelparkerhenderson/git_commit_message).
5. Push your chaneges (to your repository)
6. [submit a pull request](https://github.com/gi-ev/lni/compare/)
7. 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.