Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.58 KB

Contributing to keepachangelog-action

👍🎉 Thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to keepachangelog-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)
  • Feel free to update the CHANGELOG.md in case you deem your changes to be announced to the world