Thank you for considering contributing to commit-and-tag-version
! Your help is greatly appreciated.
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your contributions.
- Make your changes or additions.
- Push the branch to your forked repository.
- Submit a pull request and describe the changes made.
If you encounter any bugs, please open an issue and include:
- A detailed description of the bug.
- Steps to reproduce the bug.
- Expected and actual behavior.
- Your environment (OS, browser, etc.).
To suggest new features or enhancements, please open an issue with:
- A clear and detailed description of the feature.
- The problem it would solve or the use case it would address.
- Any implementation suggestions.
- Ensure your code adheres to the project’s coding standards.
- Write tests for new features or bug fixes.
- Update documentation as necessary. If there are user facing changes / new features, please ensure the
Readme.md
is updated - Provide a comprehensive description of your changes in the pull request.
- Do not include
package.lock.json
modifications; only includepackage.json
. Maintainers will be responsible to generate it. - Do not include multiple features in a single commit/PR
- Please title the PR with conventional commits, as PRs are squash merged
We look forward to your contributions and value your time and effort!