Skip to content

Commit 647bead

Browse files
authored
DGS-19008: Add PR template (#197)
1 parent be3bedc commit 647bead

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

-5
This file was deleted.

.github/pull_request_template.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Please prefix all TypeScript pull-requests with `[Typescript]`
2+
3+
<!--
4+
Suggested PR template: Fill/delete/add sections as needed. Optionally delete any commented block.
5+
-->
6+
What
7+
----
8+
<!--
9+
Briefly describe **what** you have changed and **why**.
10+
Optionally include implementation strategy.
11+
-->
12+
13+
Checklist
14+
------------------
15+
- [ ] Contains customer facing changes? Including API/behavior changes <!-- This can help identify if it has introduced any breaking changes -->
16+
- [ ] Did you add sufficient unit test and/or integration test coverage for this PR?
17+
- If not, please explain why it is not required
18+
19+
References
20+
----------
21+
JIRA:
22+
<!--
23+
Copy&paste links: to Jira ticket, other PRs, issues, Slack conversations...
24+
For code bumps: link to PR, tag or GitHub `/compare/master...master`
25+
-->
26+
27+
Test & Review
28+
------------
29+
<!--
30+
Has it been tested? how?
31+
Copy&paste any handy instructions, steps or requirements that can save time to the reviewer or any reader.
32+
-->
33+
34+
Open questions / Follow-ups
35+
--------------------------
36+
<!--
37+
Optional: anything open to discussion for the reviewer, out of scope, or follow-ups.
38+
-->
39+
40+
<!--
41+
Review stakeholders
42+
------------------
43+
<!--
44+
Optional: mention stakeholders or if special context that is required to review.
45+
-->

0 commit comments

Comments
 (0)