Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.31 KB

File metadata and controls

35 lines (26 loc) · 1.31 KB

Contribution Guidelines for Zippy

Thank you for your interest in contributing to Zippy!

How to Contribute

  • Report Bugs: If you find a bug, please open an issue with clear steps to reproduce it.
  • Suggest Features: Feature requests are welcome! Please describe your idea and its use case.
  • Submit Pull Requests:
    1. Fork the repository.
    2. Create a new branch for your changes.
    3. Make your changes with clear commit messages.
    4. Ensure your code is clean and tested.
    5. Submit a pull request describing your changes.

Code Style

  • Use clear, descriptive variable and function names.
  • Keep code readable and well-commented.
  • Follow Go best practices.

Etiquette

  • Be respectful and constructive in discussions.
  • Attribution is appreciated but not required (see LICENSE).

License

By contributing, you agree that your contributions will be licensed under the Zippy License.

Additional Terms

  • Do not submit code that you do not have the right to contribute.
  • By submitting a contribution, you certify that you have the right to license your code under the Zippy License.
  • Please do not submit pull requests that only include cosmetic changes (such as whitespace or formatting) unless they are part of a larger, meaningful contribution.

Happy coding!