-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: andoriyaprashant <[email protected]>
- Loading branch information
1 parent
06bfd1a
commit d309538
Showing
3 changed files
with
69 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,30 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help improve the project | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for filing an issue! Before hitting the button, please answer these questions. | ||
|
||
Fill in as much of the template below as you can. | ||
If you leave out information, we can't help you as well. | ||
|
||
Be ready for followup questions, and please respond in a timely | ||
manner. If we can't reproduce a bug we might close your issue. | ||
If we're wrong, PLEASE feel free to reopen it and explain why. | ||
--> | ||
|
||
**What happened**: | ||
|
||
**What you expected to happen**: | ||
|
||
**Where can this issue be corrected? (optional)** | ||
<!-- provide additional information about the file location or directory that needs to be modified to fix this issue, if available --> | ||
|
||
**How to reproduce it (as minimally and precisely as possible)**: | ||
|
||
**Anything else we need to know?**: |
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,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!--- | ||
A description of what the problem is. | ||
--> | ||
|
||
**Describe the solution you'd like** | ||
<!--- A description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
<!--- A description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
<!--- Add any other context or screenshots about the feature request here. --> |
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,17 @@ | ||
<!-- Thank you for submitting a pull request! --> | ||
|
||
# Description | ||
|
||
Please include a summary of the change and which issue is fixed. | ||
|
||
## Fixes #(issue_no) | ||
|
||
Replace `issue_no` with the issue number which is fixed in this PR | ||
|
||
## Screenshots | ||
|
||
<!-- If applicable, add screenshots or images demonstrating the changes made --> | ||
|
||
## Special notes for your reviewer: | ||
|
||
<!-- Add any additional information or context that might be helpful for the reviewers. --> |