File tree Expand file tree Collapse file tree
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Fix
3+ about : Fixing an issue with existing functionality.
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ Steps to reproduce the behavior:
15+
16+ ** Expected behavior**
17+ A clear and concise description of what you expected to happen.
18+
19+ ** Describe the change**
20+ A clear and concise description of what the change is.
21+
22+ ** Describe your implementation or design**
23+ How did you go about implementating the change?
24+
25+ ** Tests**
26+ Did you cover your changes with tests?
27+
28+ ** Breaking change**
29+ Do you changes break compatibility with previous versions?
30+
31+
32+ ** Additonal context**
33+ Any additonal information you'd like to provide?
Original file line number Diff line number Diff line change 1+ ---
2+ name : New Fuctionality
3+ about : Adding new functionality to enable more use cases
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the change**
11+ A clear and concise description of what the change is.
12+
13+ ** Describe your implementation or design**
14+ How did you go about implementating the change?
15+
16+ ** Tests**
17+ Did you cover your changes with tests?
18+
19+ ** Breaking change**
20+ Do you changes break compatibility with previous versions?
21+
22+ ** Additonal context**
23+ Any additonal information you'd like to provide?
You can’t perform that action at this time.
0 commit comments