gin/CONTRIBUTING.md
Sediman 09ff16b6fb fix(docs): correct broken logging documentation link in CONTRIBUTING.md
Replace incorrect Gitea documentation link with the correct Gin
logging documentation URL. The previous link pointed to
docs.gitea.com which is unrelated to the Gin project.
2026-05-28 21:04:34 +02:00

2.0 KiB
Raw Blame History

Contributing

We welcome both issue reports and pull requests! Please follow these guidelines to help maintainers respond effectively.

Issues

  • Before opening a new issue:

    • Use the search tool to check for existing issues or feature requests.
    • Review existing issues and provide feedback or react to them.
    • Use English for all communications — it is the language all maintainers read and write.
    • For questions, configuration or deployment problems, please use the Discussions Forum.
    • For bug reports involving sensitive security issues, email appleboy.tw@gmail.com instead of posting publicly.
  • Reporting a bug:

    • Please provide a clear description of your issue, and a minimal reproducible code example if possible.
    • Include the Gin version (or commit reference), Go version, and operating system.
    • Indicate whether you can reproduce the bug and describe steps to do so.
    • Attach relevant logs per Logging Documentation.
  • Feature requests:

    • Before opening a request, check that a similar idea hasnt already been suggested.
    • Clearly describe your proposed feature and its benefits.

For API Documentation, User Guides, and more, see:

Pull Requests

Please ensure your pull request meets the following requirements:

  • Open your pull request against the master branch.
  • Your pull request should have no more than two commits — squash them if necessary.
  • All tests pass in available continuous integration systems (e.g., GitHub Actions).
  • Add or modify tests to cover your code changes.
  • If your pull request introduces a new feature, document it in docs/doc.md, not in the README.
  • Follow the checklist in the Pull Request Template.

Thank you for contributing!