You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/PULL_REQUEST_TEMPLATE.twig
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
+
{% ifhas_ticket %}
1
2
## JIRA ticket: {{ ticket_number }}
3
+
{% endif %}
2
4
3
5
## Checklist before requesting a review
4
6
7
+
{% ifhas_ticket %}
5
8
- [x] I have formatted the subject to include ticket number as `[JIRA-123] Verb in past tense with dot at the end.`
6
9
- [x] I have added a link to the issue tracker
10
+
{% else %}
11
+
- [x] This PR does not have an associated ticket
12
+
{% endif %}
7
13
- [{% ifchanges|length>0 %}x{% else %} {% endif %}] I have provided information in `Changed` section about WHY something was done if this was not a normal implementation
8
14
- [ ] I have performed a self-review of my code
9
15
- [ ] I have commented my code, particularly in hard-to-understand areas
0 commit comments