diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-09 21:56:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 21:56:50 +0200 |
commit | 4bbe091ffb736ed98b64494272e92e65d9ecb5fd (patch) | |
tree | 6a27b2a11e58f147cd855fefd2887781eec7342b | |
parent | c6a03624d711c2b1fa8d8f70528824d8ede058eb (diff) |
Update pull_request_template.md
-rw-r--r-- | pull_request_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pull_request_template.md b/pull_request_template.md index cd4f997666b..976ce58221a 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -15,8 +15,8 @@ - [ ] - [ ] -**NOTE** Enable the setting "Allow edits from maintainers." when creating your pull request. -**NOTE** If your Pull Request is ONLY SQL create an issue instead! +**NOTE** Enable the setting "Allow edits from maintainers." when creating your pull request. +**NOTE** If your Pull Request is ONLY SQL create an issue instead! **NOTE** You no longer need to squash your commits, on merge we will squash it for you. (GitHub added a new feature) **SUGGESTION** If your Pull Request contains SQL give it an impossible date, for example 9999_99_99_99_database.sql. This way it will be free on merge. Myself, i prefer to use 9999_99_99_xxxxx.sql where xxxxx is the id of the pull request, on that way we can merge multiple pull requests containing sql files on a row and rename the files with a single commit. |