-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Cybertron-Avneesh/issue_template
Adds Issue Template
- Loading branch information
Showing
2 changed files
with
81 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,48 @@ | ||
--- | ||
name: "Bug Report 🐛" | ||
about: Found one? Let us now! | ||
title: '' | ||
labels: 'type:Bug' | ||
assignees: '' | ||
|
||
--- | ||
# Bug Report | ||
|
||
### Issue Summary | ||
|
||
<!-- | ||
summarize your issue here. | ||
--> | ||
|
||
A summary of the issue. | ||
|
||
### Expected Behavior | ||
|
||
<!-- | ||
What did you expect to happen? | ||
--> | ||
|
||
I expected ... | ||
|
||
### Observed Behavior | ||
|
||
<!-- | ||
What did actually happened? | ||
--> | ||
|
||
I observed that ... | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- | ||
Write down the steps required to reproduce same error | ||
--> | ||
|
||
1. Compile and run file with `python3 abc.py` | ||
2. Goto ... | ||
|
||
|
||
### Screenshots (if any) | ||
<!-- | ||
Attach screenshots here if any | ||
--> |
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,33 @@ | ||
--- | ||
name: "Feature request 🚀" | ||
about: Got some idea to improve upon? Let us know! | ||
title: '' | ||
labels: 'type:Enhancement' | ||
assignees: '' | ||
|
||
--- | ||
# Feature Request | ||
|
||
### Describe your problem | ||
|
||
<!-- | ||
Briefly discribe your problem statment | ||
--> | ||
|
||
Your problem description goes here.... | ||
|
||
### Describe the solution you'd like | ||
|
||
<!-- | ||
Give a concise description of your solution | ||
--> | ||
|
||
Your proposed solution goes here. | ||
|
||
### Additional context | ||
|
||
<!-- | ||
Is there anything else you can add about the proposal? | ||
--> | ||
|
||
Write your answer here. |