Thank you for considering contributing to if-follow-package! 🚀
Please read and adhere to our Code of Conduct available here.
If you encounter a bug, please open an issue with the following details:
- A clear and concise title.
- A detailed description of the bug, including steps to reproduce.
- The expected behavior and the actual behavior.
If you have an idea for a new feature, feel free to open an issue with the following details:
- A clear and concise title.
- A detailed description of the proposed feature.
- Fork the repository and create a new branch(or make changes on same branch).
- Make your changes and ensure the code follows our coding guidelines.
- Write tests to cover your changes.
- Ensure the existing tests pass.
- Open a pull request with a clear title and description of your changes.
To set up your development environment, follow these steps:
- Clone the repository.
- Install dependencies using
npm install
. - Make your changes.
Please follow the coding guidelines outlined in the documentation available here.
Run tests using the following command:
npm test
Follow Semantic Versioning (SemVer) when making version changes.
Join our discussions in the GitHub Discussions to engage with the community and get help.
Happy coding! 🎉