We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf688c commit 2a7faf9Copy full SHA for 2a7faf9
pull_request_template.md
@@ -1,11 +1,7 @@
1
-<!--
2
-
3
-All PRs must keep the documentation up to date. If this PR changes or adds some new behavior don't forget to check:
4
5
-- add new fix or feature to CHANGELOG.md file
6
-- Schema changes
7
-- Syntax changes
8
-- Add or update examples
9
-- make upgrade
10
11
- -->
+ <!-- Add PR description here -->
+
+ - [ ] I updated the documentation explaining the new behavior if any.
+ - [ ] I updated CHANGELOG.md file adding the new feature or bug fix.
+ - [ ] I updated go-mysql-server using `make upgrade` command if applicable.
+ - [ ] I added or updated examples if applicable.
+ - [ ] I checked that changes on schema are reflected into the documentation, if applicable.
0 commit comments