Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 565 Bytes

Contributing.md

File metadata and controls

29 lines (23 loc) · 565 Bytes

Contributing

We welcome contributions to DisBot! Here’s how you can help:

  1. Fork the repository.
  2. Raise any issue
  3. Create a feature branch:
    git checkout -b feature-name
  4. Commit your changes:
    git commit -m 'Add feature-name'
  5. Push to the branch:
    git push origin feature-name
  6. Open a pull request.

Contributors: