Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 600 Bytes

CONTRIBUTION.md

File metadata and controls

12 lines (9 loc) · 600 Bytes

Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Make an individual pull request for each suggestion.
  • Check your spelling and grammar.
  • Try to make your Pull request and title as descriptive as possible.
  • List all files where the changes were made.
  • Sqash commits before opening PR. Squashing helps to keep the history of main/master branch clean and readable.

    Example: How do I squash my last N commits together?

◀Back to README