👍🎉 Thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to commisery-action
. These are mostly guidelines, not rules.
Use your best judgment, and feel free to propose changes to this document in a pull request.
Feel free to make a branch on the repository for your personal contributions. Before creating a Pull Request, please ensure:
- You ran
npm run format
to apply coding standards - Update the distribution (
dist/
) by runningnpm run build
- Please ensure that you apply the Conventional Commits standard to the commits in your Pull Request
- We keep a linear history, please rebase your changes against the
master
branch (and do NOT use merge commits)