Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Issue Template #9

Merged
merged 2 commits into from
Oct 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
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
-->
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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.