Browse Source

[forgejo] Replace mentions of yuzu in issue templates with Eden

Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
pull/3842/head
codeman4033 2 days ago
committed by crueter
parent
commit
831308446b
  1. 2
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 4
      .github/ISSUE_TEMPLATE/feature_request.yml

2
.github/ISSUE_TEMPLATE/bug_report.yml

@ -3,7 +3,7 @@ description: File a bug report
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with eden.
value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Eden.
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? label: Is there an existing issue for this?

4
.github/ISSUE_TEMPLATE/feature_request.yml

@ -4,7 +4,7 @@ labels: "request"
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make eden better.
value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make Eden better.
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? label: Is there an existing issue for this?
@ -23,6 +23,6 @@ body:
id: why-feature id: why-feature
attributes: attributes:
label: Why would this feature be useful? label: Why would this feature be useful?
description: A brief description of why this feature would make eden better.
description: A brief description of why this feature would make Eden better.
validations: validations:
required: true required: true
Loading…
Cancel
Save