Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from onflow/feat-issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
10thfloor authored Jun 7, 2021
2 parents d5f9685 + 459e7be commit 9448236
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Noticed something off or broken?
title: ''
labels: bug, feedback
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**

**Screenshots/Logs/Output**
If applicable, add screenshots or logs to help explain your problem.

**Environment (Optional - Version, OS, Browser, etc.)**

**Additional context (Optional - Anything else about the bug)**
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-needed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Documentation Needed
about: Is something confusing or not documented well?
title: ''
labels: needs documentation, feedback
assignees: ''

---

**Describe what is not documented**

**Describe what you would like to understand**

**Is your issue documented somewhere else in the docs or other onFlow repositories?**

**Additional context**
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature, feedback
assignees: ''

---

**Is your feature request related to a problem? Please describe.**

**Describe the solution you'd like**

**Additional context**
Add any other context, requirements or screenshots about the feature request here.

0 comments on commit 9448236

Please sign in to comment.