Skip to content

Commit

Permalink
[#115] fix: issue template (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
corradopetrelli authored Sep 12, 2023
1 parent d320fe1 commit 502b4a2
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: 🐞 Bug Report
about: Use this template to report a bug.
title: "[Bug]: Title"
labels: []
assignees: ''
---


# **🐞 Bug Report**

## **Describe the bug**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/2-failing-test.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: 💉 Failing Test
about: Use this template to report a failed test/job.
title: "[Fail-test]: Title"
labels: []
assignees: ''
---

# **💉 Failing Test**

## **Which jobs/test(s) are failing**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/3-docs-bug.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: 📚 Documentation Issue Report
about: Use this template to report an issue on documentation.
title: "[Doc-bug]: Title"
labels: []
assignees: ''
---

# **📚 Documentation Issue Report**

## **Describe the bug**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/4-feature-request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: 🚀 Feature Request
about: Use this template to introduce a new feature.
title: "[Feature]: Title"
labels: []
assignees: ''
---

# **🚀 Feature Request**

## **Is your feature request related to a problem? Please describe.**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/5-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: 🚀 Enhancement Request
about: Use this template to introduce a new enhancement.
title: "[Enhancement]: Title"
labels: []
assignees: ''
---

# **🚀 Enhancement Request**

## **Is your enhancement request related to a problem? Please describe.**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/6-security-report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: ⚠️ Security Report
about: Use this template to report a security vulnerability.
title: "[Security]: Title"
labels: []
assignees: ''
---

<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
Oh, hi there! 😄
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/7-question-support.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: ❓ Question or Support Request
about: Use this template to ask something or ask for help.
title: "[Question]: Title"
labels: []
assignees: ''
---

# **❓ Question or Support Request**

## **Describe your question or ask for support.**
Expand Down

0 comments on commit 502b4a2

Please sign in to comment.