Skip to content

Commit

Permalink
Merge pull request #9 from sunbeam-labs/7-add-issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
Ulthran authored Nov 14, 2023
2 parents 0eb8575 + 47a2ce0 commit 27c18b0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug report
about: Report an issue with this extension
title: ''
labels: bug

---

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

**Output/logs/screenshots**
Please include any relevant output.

**Sunbeam version**
Get version by activating sunbeam environment and running `sunbeam --version`.

**Additional context**
Add any other context about the problem here.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Feature request
about: Suggest an idea for this extension
title: ''
labels: enhancement

---

**What's the feature?**

**Additional context**
Add any other context or screenshots about the feature request here.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Other
about: Not a bug report or feature request
title: ''
labels: ''

---


0 comments on commit 27c18b0

Please sign in to comment.