We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf0430 commit 0a8fdbbCopy full SHA for 0a8fdbb
.github/PULL_REQUEST_TEMPLATE.md/feature_pr.md
@@ -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