Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 407 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 407 Bytes

Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/evobot.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Stage changes git add .
  5. Commit your changes: cz OR npm run commit do not use git commit
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request