Thank you for contributing to cachier 🎉 Any contributions to cachier are appreciated and encouraged.
- Code of Conduct
- How to contribute
- Creating issues
- Opening pull requests
- How to run locally
- Additional information
This project and everyone participating in it is governed by the Code of Conduct document. By participating, you are expected to uphold this code. Please report unacceptable behaviour to [email protected]
Before submitting issues, please have a quick look if there is an existing open issue here: Issues. If no related issue can be found, please open a new issue with labels.
Pull requests are more than welcome! Just make sure that to include a description of the problem and how you are attempting to fix the issue, or simply follow the Pull Request description template.
Here some steps to run cachier locally:
via yarn
$ cd cachier
$ yarn install
$ yarn test
via npm
$ cd cachier
$ npm install
$ npm run test
Im still working on this project. Commits will be coming!