summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-08-23 08:59:39 +0200
committerJens Geyer <jensg@apache.org>2019-08-23 09:00:02 +0200
commit44fcfabc37e98badfe03e1349c728842d3fdf321 (patch)
tree0e7a971a152c09fcbf4009771b99343179421e3b /.github
parent2ff4b13df4fcadf5fba48f23550b09c13390c164 (diff)
downloadthrift-44fcfabc37e98badfe03e1349c728842d3fdf321.tar.gz
Pull-Request template not clear enough at step 2
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 04188b02d..08051ac02 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,7 +4,7 @@
<!-- We recommend you review the checklist/tips before submitting a pull request. -->
- [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes)
-- [ ] Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"? (not required for trivial changes)
+- [ ] If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
- [ ] Did you squash your changes to a single commit? (not required, but preferred)
- [ ] Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
- [ ] If your change does not involve any code, add ` [skip ci]` at the end of your pull request to free up build resources.