Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue templates #114

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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