-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add how to contribute to the project
- Loading branch information
1 parent
c7401fb
commit 778ce69
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Contributing | ||
|
||
+ The GitHub Issues section is the primary communication channel, please post issues, questions, feature requests there. | ||
|
||
+ The repository follows the [Gitflow branching model](http://nvie.com/posts/a-successful-git-branching-model/). | ||
|
||
+ To contribute **documentation** consider extending, fixing or adjusting the `/docs` and submit a pull request. | ||
|
||
|
||
+ To contribute **code**, please submit a pull request. Notice that some functions are coded in the [Rust library startin](https://github.com/hugoledoux/startin/), so consider opening an issue/PR there is needed. |