Skip to content

Commit 3615230

Browse files
committed
Added PR template
1 parent 0571f2b commit 3615230

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!-- markdownlint-disable MD041 -->
2+
3+
### What changed
4+
5+
<!-- Briefly describe what this PR changes. -->
6+
7+
### Why
8+
9+
<!-- Explain the issue, request, or context this PR addresses. -->
10+
<!-- If applicable, link the related issue here using "Closes #ISSUE_NUMBER". Remove if not applicable. -->
11+
12+
### Type of change
13+
14+
<!-- Select all that apply. -->
15+
16+
- [ ] Content Library article
17+
- [ ] Website code change
18+
- [ ] Documentation update
19+
- [ ] Other:
20+
21+
### Contributors checklist
22+
23+
<!-- Complete only what applies. -->
24+
25+
- [ ] For Content Library changes: file name, directory, front matter, and writing style are appropriate
26+
- [ ] For website code changes: code standards, tests, dependencies, logging/debugging, and LICENSE impact were considered
27+
- [ ] For documentation updates: content is clear, accurate, consistent, and proofread
28+
- [ ] Related issue, discussion, or Content Request is linked, if applicable
29+
30+
### Notes for reviewers
31+
32+
<!-- Known gaps, follow-up work, or specific reviewer guidance. -->

0 commit comments

Comments
 (0)