mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-12 11:02:13 +08:00
- Update contributing header to single hash style - Remove deprecated badge and improve project summary wording - Reorganize and clarify feature descriptions and benefits - Restructure getting started and installation instructions for clarity - Expand and annotate the first example application walkthrough - Detail the steps for running the sample application and expected output - Improve guidance on learning resources and example projects - Enhance API reference, documentation links, and tutorial references - Add a clear performance benchmarks section comparing Gin to other frameworks - Expand middleware section with ecosystem highlights and usage details - Create a production usage section listing notable projects using Gin - Revamp contribution section with clearer procedure and encouragement for new contributors Signed-off-by: appleboy <appleboy.tw@gmail.com>
14 lines
626 B
Markdown
14 lines
626 B
Markdown
# Contributing
|
|
|
|
- With issues:
|
|
- Use the search tool before opening a new issue.
|
|
- Please provide source code and commit sha if you found a bug.
|
|
- Review existing issues and provide feedback or react to them.
|
|
|
|
- With pull requests:
|
|
- Open your pull request against `master`
|
|
- Your pull request should have no more than two commits, if not you should squash them.
|
|
- It should pass all tests in the available continuous integration systems such as GitHub Actions.
|
|
- You should add/modify tests to cover your proposed code changes.
|
|
- If your pull request contains a new feature, please document it on the README.
|