todite
Version: 
Connect your application to Todite, a free to-do list app
21 lines (15 loc) • 937 B
Markdown
# Contributing
Thank you for taking the time to contribute to the Todite npm package!
## Contents
* [Code of Conduct](#code-of-conduct)
* [Creating Issues](#creating-issues)
* [Creating Pull Requests](#creating-pull-requests)
## Code of Conduct
The Todite code of conduct is available in the [CODE_OF_CONDUCT.md](https://github.com/jsmon/todite-npm/blob/master/CODE_OF_CONDUCT.md) file, so please read it before contributing. (The Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4)
## Creating Issues
Before you create an issue, make sure you have searched for the issue first, and if you don't find any issues or pull requests, you can create the issue.
## Creating Pull Requests
Before you create a pull request make sure you have
* linted the code (`npm run lint`)
* tested the code (`npm test`),
* and made sure your pull request isn't a duplicate