Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 424 Bytes

File metadata and controls

24 lines (16 loc) · 424 Bytes

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "Add your feature description"
  1. Push to the branch:
git push origin feature/your-feature-name
  1. Open a pull request.