Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 1.03 KB

Contributions

Tarteel is an open-source project, which means you can help us make it better! Check out the Issues tab to see open issues. You're welcome to start with those issues that are tagged with Good First Issue, tackle other issues, or create your own issues.

Getting started

Thank you for considering contributing to Tarteel! Check out the wiki for step-by-step instructions on how to get started.

Conventions

Pull Requests

Whenever submitting a new PR, create a new branch named using the convention <username>/<issue>. Make sure to include descriptive and clear commit messages, while also referencing any issues your PR addresses. Your pull request will be reviewed by the maintainers of this repository, and upon approval, will be merged into the master branch.

Documentation

Tarteel uses the reST Documentation Standard. All changes should be well documented and follow the reST convention.