-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 195: Add GitHub issue and PR templates (#196)
* templates added Signed-off-by: prabhaker24 <[email protected]> * templates for pr fixed Signed-off-by: prabhaker24 <[email protected]> Co-authored-by: prabhaker24 <[email protected]>
- Loading branch information
1 parent
c80add8
commit ef64996
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### Description | ||
|
||
_(Describe the feature, bug, question, proposal that you are requesting)_ | ||
|
||
### Importance | ||
|
||
_(Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have))_ | ||
|
||
### Location | ||
|
||
_(Where is the piece of code, package, or document affected by this issue?)_ | ||
|
||
### Suggestions for an improvement | ||
|
||
_(How do you suggest to fix or proceed with this issue?)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### Change log description | ||
|
||
_(2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge description box)_ | ||
|
||
### Purpose of the change | ||
|
||
_(e.g., Fixes #666, Closes #1234)_ | ||
|
||
### What the code does | ||
|
||
_(Detailed description of the code changes)_ | ||
|
||
### How to verify it | ||
|
||
_(Steps to verify that the changes are effective)_ |