Skip to content

Commit 0a8fdbb

Browse files
Create feature addition PR template
Add a pull request template for feature additions.
1 parent 1bf0430 commit 0a8fdbb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: ✨ Feature Addition PR
3+
about: Add a new feature to MyCMD
4+
title: "[FEATURE] "
5+
labels: ["enhancement", "needs-review"]
6+
---
7+
8+
### 🚀 New Feature
9+
Describe the new functionality introduced.
10+
11+
### 🧩 Implementation details
12+
Outline main code areas affected (commands, modules, etc.).
13+
14+
### 🧠 Testing
15+
Explain how this feature was tested.
16+
17+
### ✅ Checklist
18+
- [ ] Feature works as expected
19+
- [ ] No breaking changes introduced
20+
- [ ] Added documentation or usage example

0 commit comments

Comments
 (0)