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

Reformat and fix possible issue template errors #9067

Merged
merged 2 commits into from
Oct 16, 2023
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
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
description: Create a report to help us improve
title: '[Bug]: '
labels: '[bug]'
assignees: ''

body:
- type: markdown
attributes:
Expand Down Expand Up @@ -35,7 +34,6 @@ body:
id: reproduce
attributes:
label: Steps to reproduce
description:
render: shell
validations:
required: true
Expand All @@ -47,5 +45,4 @@ body:
render: shell
validations:
required: false

---
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Epic
about: Let's work towards something epic!
description: Let's work towards something epic!
title: '[Epic]: '
labels: '[epic]'
---
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/tech_support.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Installation Tech Support
about: I'm having difficulty installing Ethereal Engine
description: I'm having difficulty installing Ethereal Engine
title: '[Ticket]: '
labels: '[ticket]'
assignees: ''

body:
- type: markdown
attributes:
Expand All @@ -15,24 +14,20 @@ body:
attributes:
label: Operating System
description: What operating system are you trying to install on?
placeholder:
validations:
required: true
- type: input
id: nodev
attributes:
label: Node Version
description: What nodejs version are you using? (run `node -v` if you are unsure)
placeholder:
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Please describe the issue you are facing.
placeholder:
value: ""
validations:
required: true
- type: textarea
Expand All @@ -41,5 +36,4 @@ body:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

---
---