Skip to content

Commit 627e6c7

Browse files
committed
✏️ Update the PR tempalte setting.
1 parent 06e419f commit 627e6c7

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
* ### Task tickets:
1111

1212
* Task ID: N/A.
13-
* Relative task IDs: N/A.
13+
* Relative task IDs:
14+
* [ ] N/A.
15+
* Relative PRs:
16+
* N/A.
1417

1518
[//]: # (The key changes like demonstration, as-is & to-be, etc. for reviewers could be faster understand what it changes)
1619
* ### Key point change (optional):
@@ -21,7 +24,36 @@
2124
[//]: # (What's the scope in project it would affect with your modify? For example, would it affect CI workflow? Or any feature usage? Please list all the items which may be affected.)
2225
## _Effecting Scope_
2326

24-
* N/A.
27+
* Action Types:
28+
* [ ] ✨ Adding new something
29+
* [ ] 🟢 No breaking change
30+
* [ ] 🟠 Has breaking change
31+
* [ ] ✏️ Modifying existing something
32+
* [ ] 🟢 No breaking change
33+
* [ ] 🟠 Has breaking change
34+
* [ ] 🚮 Removing something
35+
* [ ] 🔧 Fixing bug
36+
* [ ] ♻️ Refactoring something
37+
* [ ] 🍀 Improving something (maybe performance, code quality, security, etc.)
38+
* [ ] 🚀 Release
39+
* Scopes:
40+
* [ ] ✍️ Command line interface
41+
* [ ] 💼 Core feature
42+
* [ ] ⚙️ Reusable workflow
43+
* [ ] 🐍 Scripts
44+
* [ ] 🗃️ Configuration
45+
* [ ] 🎨 UI/UX (maybe command line interface, etc.)
46+
* [ ] ⛑️ Error handling
47+
* [ ] 🧪 Testing
48+
* [ ] 🧪 Unit testing
49+
* [ ] 🧪 End-to-end testing
50+
* [ ] 📚 Documentation
51+
* [ ] 🚀 Building
52+
* [ ] 🤖 CI/CD
53+
* [ ] 🔗 Dependencies
54+
* [ ] 📦 Project configurations
55+
* Additional description:
56+
N/A.
2557

2658

2759
[//]: # (The brief of major changes what your modify. Please list it.)

0 commit comments

Comments
 (0)