Skip to content

Commit b36307f

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 676d194 commit b36307f

File tree

1 file changed

+8
-39
lines changed

1 file changed

+8
-39
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,13 @@
1-
## Hello and welcome!
1+
<!--
2+
## Hello and welcome!
23
3-
Copy the correct template for your contribution.
4+
Consider creating an issue or link to an existing one before submitting the pull request. Thanks!
5+
-->
46

5-
## 🐛 Bug fixing
7+
### 📝 Description of the Change
68

7-
> The pull request must only fix an existing bug.
9+
What is this pull request about?
810

9-
### Identify the Bug
11+
### 🐛 Possible Drawbacks
1012

11-
Link to the issue describing the bug that you're fixing.
12-
If there is not yet an issue for your bug, please open a new issue and then link to that issue in your pull request.
13-
14-
### Description of the Change
15-
16-
We must be able to understand the design of your change from this description.
17-
18-
### Possible Drawbacks
19-
20-
What are the possible side-effects or negative impacts of the code change?
21-
22-
## 🐱‍🏍 Enhancements
23-
24-
### Description of the Change
25-
26-
We must be able to understand the design of your change from this description.
27-
28-
### Possible Drawbacks
29-
30-
What are the possible side-effects or negative impacts of the code change?
31-
32-
## 📝 Improving documentation
33-
34-
> The pull request must only contribute documentation.
35-
36-
### Description of the Change
37-
38-
We must be able to understand the purpose of your change from this description.
39-
40-
## ✨ Example application
41-
42-
### Description of the Change
43-
44-
We must be able to understand what your application is going to do from this description.
13+
Are there any possible side-effects or negative impacts with this code change?

0 commit comments

Comments
 (0)