Skip to content

Commit

Permalink
Add issue templates (#1421)
Browse files Browse the repository at this point in the history
* Create feature.md

* Create bug.md

* Create documentation.md
  • Loading branch information
iamrajiv authored May 28, 2020
1 parent 5147370 commit f0cca7d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 🐛 Bug Report
about: Submit a bug report to help us improve
---

## 🐛 Bug Report

(A clear and concise description of what the bug is.)

## To Reproduce

(Write your steps here:)

1. Step 1...
1. Step 2...
1. Step 3...

## Expected behavior

(Write what you thought would happen.)

## Actual Behavior

(Write what happened. Add screenshots, if applicable.)

## Your Environment

(Environment name, version and operating system.)
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: 📚 Documentation
about: Report an issue related to documentation
---

## 📚 Documentation

(A clear and concise description of what the issue is.)
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: 🚀 Feature
about: Submit a proposal/request for a new feature
---

## 🚀 Feature

(A clear and concise description of what the feature is.)

0 comments on commit f0cca7d

Please sign in to comment.