Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 315 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (6 loc) · 315 Bytes

Contributing

  1. Submit an issue (feature request or bug)
  2. Create a branch: git checkout -b feature/feature-implementing
  3. Commit changes to the branch: git add . && git commit -m "Present tense commit message"
  4. Push the changes: git push -u origin feature/feature-implementing
  5. Submit a pull request