Skip to content

Commit

Permalink
Merge pull request #9 from Cybertron-Avneesh/issue_template
Browse files Browse the repository at this point in the history
Adds Issue Template
  • Loading branch information
Tlazypanda authored Oct 3, 2020
2 parents 89a8e4b + 59793c7 commit 41d3a44
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
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.

0 comments on commit 41d3a44

Please sign in to comment.