Skip to content

Commit

Permalink
Add Elemental issue templeate
Browse files Browse the repository at this point in the history
Fixes #312

Signed-off-by: Michal Jura <[email protected]>
  • Loading branch information
mjura committed Sep 26, 2022
1 parent 48c4016 commit 471fd9b
Show file tree
Hide file tree
Showing 2 changed files with 43 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: Tell us about the problem you are experiencing

---

**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]


**What did you expect to happen:**


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


**Environment:**

- Elemental release version:
- Rancher version:
- Kubernetes version: (use `kubectl version`):
- Cloud provider or hardware configuration:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature enhancement request
about: Suggest an idea for this project

---

**Describe the solution you'd like:**
[A clear and concise description of what you want to happen.]


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


**Environment:**

- Elemental release version:
- Rancher version:
- Kubernetes version: (use `kubectl version`):
- Cloud provider or hardware configuration:

0 comments on commit 471fd9b

Please sign in to comment.