OSDN Git Service

feat: init cross_tx keepers (#146)
[bytom/vapor.git] / vendor / github.com / go-sql-driver / mysql / CONTRIBUTING.md
1 # Contributing Guidelines
2
3 ## Reporting Issues
4
5 Before creating a new Issue, please check first if a similar Issue [already exists](https://github.com/go-sql-driver/mysql/issues?state=open) or was [recently closed](https://github.com/go-sql-driver/mysql/issues?direction=desc&page=1&sort=updated&state=closed).
6
7 ## Contributing Code
8
9 By contributing to this project, you share your code under the Mozilla Public License 2, as specified in the LICENSE file.
10 Don't forget to add yourself to the AUTHORS file.
11
12 ### Code Review
13
14 Everyone is invited to review and comment on pull requests.
15 If it looks fine to you, comment with "LGTM" (Looks good to me).
16
17 If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.
18
19 Before merging the Pull Request, at least one [team member](https://github.com/go-sql-driver?tab=members) must have commented with "LGTM".
20
21 ## Development Ideas
22
23 If you are looking for ideas for code contributions, please check our [Development Ideas](https://github.com/go-sql-driver/mysql/wiki/Development-Ideas) Wiki page.