Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 992 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 992 Bytes

Contributing

  • Check if there are already Issues/Pull Requests on the same topic
  • Fork the repository
  • Edit README.md:
    • Entries are like * [project-name](http://example.com/) - A short description ends with a period.
    • If necessary, add a section and insert it in the Table of Contents
    • Run awesome-lint on the content to check it before committing and fix any error
    • Follow Conventional Commits standard
  • Create a Pull Request:
    • If adding a tool/project, name the PR Add (tool/project)
    • The edits will be automatically tested with awesome-lint and linkspector.

Tips