Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 584 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 584 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/MailHook.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

This is from EpicBot