Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 532 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 532 Bytes

npmum

Contributing

Thank you for taking the time to contribute!

Commit Messages

Commit messages are validated using validate-commit-msg.
Ensure your commit messages follow this convention:

<type>(<scope>): <subject>

Or without optional scope:

<type>: <subject>

Pull Requests

Any and all pull requests are welcome!

Issues

Feel free to create an issue for bugs, suggesstions, requests, etc.