Skip to content

Files

Latest commit

 

History

History
27 lines (22 loc) · 677 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (22 loc) · 677 Bytes

👥 Contributing

Fork the repo:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Bugs and Features

Bug Reports

  • Tag it with a Bug
  • Include the following: -- Steps to reproduce -- Expected behavior -- Screenshots (if applicable) -- Environment details

Feature Requests

  • Tag it wih Feature -- Use Case -- The problem your feature would solve -- If possible, How your solution would work -- Any alternatives you've considered and references