Thanks for taking the time to contribute! 🎉
- 💡 Found a bug? Please open an issue.
- 📝 Want to suggest a new HTTP status code/message or fix a typo? Pull requests are welcome!
- 📚 Found a documentation improvement? Feel free to edit
README.mdor related docs.
- Fork the repository
- Clone your fork:
git clone https://github.com/dev-rashedin/http-status-toolkit.git - Install dependencies:
npm install - Run the dev environment:
npm run dev - Run tests before pushing:
npm test
- Use TypeScript
- Follow the existing code style
- Run
npm run checkbefore pushing (it builds + tests)
Please use Conventional Commits format, such as:
feat: add support for 425 Too Early fix: correct typo in status message docs: improve README example
By contributing, you agree to follow our Code of Conduct.