Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (10 loc) · 616 Bytes

• How can I contribute?

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

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