/ CONTRIBUTING.md
CONTRIBUTING.md
 1  # Contributing
 2  Contributions are welcome, and they are greatly appreciated!
 3  
 4  Every little bit helps, and credit will always be given.
 5  
 6  ## Types of Contributions
 7  
 8  ### Bug Reports, Feature Requests, and Feedback
 9  Create a [new project issue][1]! Try to be as descriptive as possible.
10  
11  ### Bug Fixes, New Features and Documentation
12  Create a [new merge/pull request][2]! Make sure to follow the guidelines.
13  
14  ## Merge/Pull Request Guidelines
15  Make sure to have atomic commits and contextual commit messages!
16  
17  [Check out this awesome blog post by Chris Beams for more information.][3]
18  
19  [1]: https://gitlab.com/shellm/format/issues/new
20  [2]: https://gitlab.com/shellm/format/compare
21  [3]: http://chris.beams.io/posts/git-commit/