Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 927 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 927 Bytes

Contributing to commisery-action

👍🎉 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.

How Can I Contribute?

Your First Code Contribution

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 running npm run build

Pull Requests

  • 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)