summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuru Can Celasun <dcelasun@apache.org>2023-03-02 00:27:49 +0000
committerGitHub <noreply@github.com>2023-03-02 00:27:49 +0000
commit074a9342d85f8df88487699658315c3a8912487e (patch)
treee2cbf3bdfbcdb8f37f3fcb5b6f4e56be5f6c9f17
parentc3d66d2eec27ae8e6e96ad705e706b0920b6bdb5 (diff)
downloadthrift-074a9342d85f8df88487699658315c3a8912487e.tar.gz
Add Jira account instructions to the PR template
-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 6a18a5184..079621f65 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -3,7 +3,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)
+- [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), 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"?