diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-07-12 05:07:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 17:07:52 -0400 |
commit | d08996c7b962f686ce9528e14a65144dc3e5ec21 (patch) | |
tree | b8b93f3d50207137ffa6669b23391fd29cca06ab /vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md | |
parent | 3973a4609ef6efb494699371a719b664fa1da33d (diff) | |
download | gitea-d08996c7b962f686ce9528e14a65144dc3e5ec21.tar.gz gitea-d08996c7b962f686ce9528e14a65144dc3e5ec21.zip |
Upgrade xorm to v1.0.3 (#12210)
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md')
-rw-r--r-- | vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md b/vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md deleted file mode 100644 index 8fe16bcb49..0000000000 --- a/vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md +++ /dev/null @@ -1,23 +0,0 @@ -# Contributing Guidelines - -## Reporting Issues - -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). - -## Contributing Code - -By contributing to this project, you share your code under the Mozilla Public License 2, as specified in the LICENSE file. -Don't forget to add yourself to the AUTHORS file. - -### Code Review - -Everyone is invited to review and comment on pull requests. -If it looks fine to you, comment with "LGTM" (Looks good to me). - -If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes. - -Before merging the Pull Request, at least one [team member](https://github.com/go-sql-driver?tab=members) must have commented with "LGTM". - -## Development Ideas - -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. |