- Open an issue on GitHub
- Include a description of the desired feature
- Include an example input and output
- Consider opening a Pull Request
- Open an issue on GitHub
- Include any logs or stacktraces in a Markdown fenced block
- Consider opening a Pull Request resolving the issue.
- First time opening a Pull Request? Checkout this Pull Request guide!
- Create a fork of the repository
- Clone the fork
- Install npm dependencies
npm install
- Make changes
- Ensure changes pass tests
npm test
- Commit changes
npm run-script commit
- Push changes to GitHub
- Open a Pull Request