Skip to content

Commit ddf5dca

Browse files
Add PR Manager-compatible pull request template
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent b385a0c commit ddf5dca

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!-- markdownlint-disable MD041 -->
2+
<!--
3+
This description becomes the release note. Write it for users of the module, not for reviewers.
4+
5+
Title: <Icon> [<Type>]: <User-facing outcome>
6+
🌟 [Major] · 🚀 [Feature] · 🩹 [Patch] · 🪲 [Fix] · 📖 [Docs] · ⚙️ [Maintenance]
7+
8+
Apply the matching label: Major, Minor, Patch, or NoRelease.
9+
Full format: https://msxorg.github.io/docs/Ways-of-Working/PR-Format/
10+
11+
Delete the comments and any unused section before marking the pull request ready.
12+
-->
13+
14+
<!-- One paragraph, present tense, describing what changes for the user. -->
15+
16+
## New: <capability>
17+
18+
<!--
19+
What the user can now do, what they need to do differently, and an example.
20+
Use the section headers that fit the change and delete the rest:
21+
## Breaking Changes - what stopped working or changed incompatibly (Major only)
22+
## New: <capability> - new things the user can do
23+
## Changed: <behavior> - existing behavior that now works differently
24+
## Fixed: <problem> - problems now resolved
25+
-->
26+
27+
## Technical Details
28+
29+
<!-- For reviewers: files touched, design decisions, migration notes. Delete this section if there is nothing noteworthy. -->
30+
31+
<details>
32+
<summary>Related issues</summary>
33+
34+
<!-- Use fully qualified references, for example: Fixes PSModule/Repo#123 -->
35+
36+
</details>

0 commit comments

Comments
 (0)