Skip to content

Commit 260c2ce

Browse files
committed
Add contributing.md #196
1 parent 002fb41 commit 260c2ce

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

contributing.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing to Bonobo Git Server
2+
3+
## New feature
4+
5+
* open an issue for discussing the feature and when agreed that feature is usefull
6+
* submit a pull request
7+
8+
## Bug fix
9+
10+
* open an issue with the description of the bug fix
11+
* submit a pull request with the bug fix linked to the issue
12+
13+
## Pull request
14+
15+
Follow C# style guideline from [chodounsky.net](http://chodounsky.net/2012/12/12/csharp-naming-and-layout-guidelines/).
16+
17+
Be aware of trailing white spaces and different line endings. Don't submit them.
18+
19+
Don't reformat code just for the sake of reformatting.
20+
21+
There are code [formatting settings](https://github.com/jakubgarfield/Bonobo-Git-Server/blob/master/CodeFormatting.vssettings) for Visual Studio to make your (and my) life easier.
22+
23+
Follow design decisions from the code to make it consistent.
24+
25+
When you are done, make meaningful commits with the reference to the issue ("Add contributing.md #196").
26+
27+
## Thank you!

0 commit comments

Comments
 (0)