Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 544 Bytes

contributing.md

File metadata and controls

10 lines (8 loc) · 544 Bytes

Contributing

Your contributions are welcome! If you encounter any bugs or have feature requests, please open an issue. To contribute code, follow these steps:

  1. Fork the repository.
  2. Clone your forked repository to your local machine.
  3. Create a new branch git checkout -b feature-or-bugfix-name.
  4. Make your changes and commit them git commit -m "Description of your changes".
  5. Push your branch to your forked repository git push origin feature-or-bugfix-name.
  6. Open a pull request with a clear description of your changes.