|
1 | 1 | # Contribution Guidelines
|
2 | 2 |
|
3 |
| -Please submit all issues and pull requests to the [snipe/snipe-it](http://github.com/snipe/snipe-it) repository in the develop branch! |
| 3 | +Please submit all issues and pull requests to the [snipe/snipe-it](http://github.com/snipe/snipe-it) repository in the `develop` branch! |
4 | 4 |
|
5 |
| -As you're working on bug-fixes or features, please break them out into their own feature branches and open the pull request against your feature branch. It makes it much easier to decipher down the road, as you open multiple pull requests over time. |
| 5 | +**As you're working on bug-fixes or features, please break them out into their own feature branches and open the pull request against your feature branch**. It makes it _much_ easier to decipher down the road, as you open multiple pull requests over time, and makes it much easier for me to approve pull requests quickly. |
| 6 | + |
| 7 | +If you don't have a feature in mind, but would like to contribute back to the project, check out the [open issues](https://github.com/snipe/snipe-it/issues?state=open) and see if there are any you can tackle. |
| 8 | + |
| 9 | +----- |
6 | 10 |
|
7 | 11 | ## Translations!
|
8 | 12 |
|
9 | 13 | If you're not great at PHP and you still want to help, consider contributing some translation files (assuming, of course, that you are fluent in another language.)
|
10 | 14 |
|
11 | 15 | To do so:
|
12 |
| -- fork the develop branch |
13 |
| -- create a new branch on your new fork (something like `translations/french`) |
14 |
| -- copy the `en` directory and name it according to the [two-letter ISO 639-1 code](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) |
15 |
| -- translate the strings |
16 |
| -- submit a pull request! |
17 | 16 |
|
18 |
| -If you've translated Snipe IT into another language already for your own usage, please consider contributing those translation files back to the project so that everyone can benefit. |
| 17 | +* fork the develop branch |
| 18 | +* create a new branch on your new fork (something like `translations/french`) |
| 19 | +* copy the `en` directory and name it according to the [two-letter ISO 639-1 code](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) |
| 20 | +* translate the strings |
| 21 | +* submit a pull request! |
| 22 | + |
| 23 | +**If you've translated Snipe IT into another language already for your own usage, please consider contributing those translation files back to the project so that everyone can benefit.** |
19 | 24 |
|
20 | 25 | Thanks!
|
0 commit comments