First off, thanks for taking the time to contribute! 🎉
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new branch (
git checkout -b feature/amazing-feature). - Make your changes and write tests.
- Run tests to ensure nothing broke (
npm testornode test-files/tier4-test.js). - Commit your changes (
git commit -m 'Add amazing feature'). - Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
Please use the Bug Report Template.