Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 312 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 312 Bytes

🤔 How to contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.