Skip to content

Commit b50e879

Browse files
Enhancement/Pull Request Template for Code Contribution (#293)
* enhancement/pull-request-template
1 parent ea26ed0 commit b50e879

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## What type of PR is this?
2+
3+
<!-- Remove all that don't apply -->
4+
5+
- 🍕 Feature
6+
- 🐛 Bug Fix
7+
- 🛠 Enhancement
8+
- 📝 Documentation Update
9+
- 🎨 Style
10+
- 🧑‍💻 Code Refactor
11+
- 🔥 Performance Improvements
12+
- ✅ Test
13+
- 🤖 Build
14+
- 🔁 CICD
15+
- 🧹 Chore
16+
- 📦 Dependency Update
17+
- ⏩ Revert
18+
19+
## Description
20+
21+
<!--
22+
Please do not leave this blank
23+
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
24+
-->
25+
26+
## Added tests?
27+
28+
- 👍 yes
29+
- 🙅 no, because they aren't needed
30+
- 🙋 no, because I need help
31+
32+
## Added to documentation?
33+
34+
- 🚀 Yes, here: `add link/reference here`
35+
- 🙅 No documentation needed

0 commit comments

Comments
 (0)