Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 516 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (10 loc) · 516 Bytes

How can I contribute?

You may help by adding features to the code or fix bugs in the code. Here's how:

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/username/ModMail.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'new feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request