Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 457 Bytes

Contributing

We welcome contributions from the community! If you'd like to contribute, please fork the repository and create a pull request. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a pull request