Skip to content

Commit 7448db6

Browse files
committed
Notes on feature branches
1 parent 2f90069 commit 7448db6

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CONTRIBUTING.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
# Contribution Guidelines
22

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!
44

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+
-----
610

711
## Translations!
812

913
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.)
1014

1115
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!
1716

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.**
1924

2025
Thanks!

0 commit comments

Comments
 (0)