Skip to content

Commit 94bb377

Browse files
committed
doc: add contribution info
1 parent 0e162d5 commit 94bb377

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CONTRIBUTING.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing
2+
3+
Bug fixes and improvements are always welcome!
4+
5+
## Commit format
6+
7+
Prefix your commits with one of these strings followed up by a whitespace:
8+
9+
| Prefix | Example |
10+
|--------------|----------------------------------------------------------------------------------------|
11+
| `build:` | changes in build process |
12+
| `doc:` | changes in documentation files |
13+
| `installer:` | changes in installation process (can contain documentation changes if belonging to it) |
14+
| `git:` | changes in `.gitignore` |
15+
| `all:` | changes that have high impact on installer structure (moved directories, ...) |
16+
17+
Example: `doc: fix typo in readme`
18+
19+
## Pull requests
20+
21+
Please do your pull requests always against the [devel branch](https://github.comhttps://github.com/FooDeas/raspberrypi-ua-netinst/tree/devel).
22+
23+
**Note:**
24+
The [devel branch](https://github.com/FooDeas/raspberrypi-ua-netinst/tree/devel) should always contain stable and tested versions!
25+
26+
If the [devel branch](https://github.com/FooDeas/raspberrypi-ua-netinst/tree/devel) has "enough" or important changes, it will (selectively) get merged into [master](https://github.com/FooDeas/raspberrypi-ua-netinst), [tagged](https://github.com/FooDeas/raspberrypi-ua-netinst/tags) and [released](https://github.com/FooDeas/raspberrypi-ua-netinst/releases).

0 commit comments

Comments
 (0)