We love contributions from everyone. By participating in this project, you agree to abide by our code of conduct. All contributions will conform to our license.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method before making a change.
- Fork and clone the repository:
git clone [email protected]:stephenwhitmarsh/EpiCode.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes (Refer to this guide on how to write good commit messages):
git commit -m 'Add some features'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
- Please be patient.
Bugs are tracked as GitHub issues here. In the issue explain the problem and include additional details to help us reproduce the problem:
- Use a clear and descriptive title for the issue to identify the problem.
- Provide specific examples to demonstrate the steps. Include links to files, or copy/pasteable snippets, which you use in those examples.
- Describe the behavior you observed after following the steps and point out what exactly is the problem with that behavior.
- Explain which behavior you expected to see instead and why.