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 ea26ed0 commit b50e879Copy full SHA for b50e879
.github/pull_request_template.md
@@ -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