summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2024-12-31 16:19:25 +1000
committerZephyron <zephyron@citron-emu.org>2024-12-31 16:19:25 +1000
commit9427e27e24a7135880ee2881c3c44988e174b41a (patch)
tree83f0062a35be144f6b162eaa823c5b3c7620146e /.github/ISSUE_TEMPLATE
parentb35ae725d20960411e8588b11c12a2d55f86c9d0 (diff)
chore: update project branding to citron
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/blank_issue_template.yml10
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml64
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml28
4 files changed, 0 insertions, 110 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue_template.yml b/.github/ISSUE_TEMPLATE/blank_issue_template.yml
deleted file mode 100644
index 49b7f3822..000000000
--- a/.github/ISSUE_TEMPLATE/blank_issue_template.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-name: New Issue (Developers Only)
-description: A blank issue template for developers only. If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template.
-body:
- - type: markdown
- attributes:
- value: |
- **If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template.**
- - type: textarea
- attributes:
- label: "Issue"
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index a28f0473f..000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,64 +0,0 @@
-name: Bug Report
-description: File a bug report
-body:
- - type: markdown
- 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 yuzu.
- - type: checkboxes
- attributes:
- label: Is there an existing issue for this?
- description: Please search to see if an issue already exists for the bug you encountered.
- options:
- - label: I have searched the existing issues
- required: true
- - type: input
- attributes:
- label: Affected Build(s)
- description: List the affected build(s) that this issue applies to.
- placeholder: Mainline 1234 / Early Access 1234
- validations:
- required: true
- - type: textarea
- id: issue-desc
- attributes:
- label: Description of Issue
- description: A brief description of the issue encountered along with any images and/or videos.
- validations:
- required: true
- - type: textarea
- id: expected-behavior
- attributes:
- label: Expected Behavior
- description: A brief description of how it is expected to work along with any images and/or videos.
- validations:
- required: true
- - type: textarea
- id: reproduction-steps
- attributes:
- label: Reproduction Steps
- description: A brief explanation of how to reproduce this issue. If possible, provide a save file to aid in reproducing the issue.
- validations:
- required: true
- - type: textarea
- id: log
- attributes:
- label: Log File
- description: A log file will help our developers to better diagnose and fix the issue. Instructions can be found [here](https://yuzu-emu.org/help/reference/log-files).
- validations:
- required: true
- - type: textarea
- id: system-config
- attributes:
- label: System Configuration
- placeholder: |
- CPU: Intel i5-10400 / AMD Ryzen 5 3600
- GPU/Driver: NVIDIA GeForce GTX 1060 (Driver 512.95)
- RAM: 16GB DDR4-3200
- OS: Windows 11 22H2 (Build 22621.819)
- value: |
- CPU:
- GPU/Driver:
- RAM:
- OS:
- validations:
- required: true
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
deleted file mode 100644
index 52faafad3..000000000
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-blank_issues_enabled: false
-contact_links:
- - name: yuzu Discord
- url: https://discord.com/invite/u77vRWY
- about: If you are experiencing an issue with yuzu, and you need tech support, or if you have a general question, try asking in the official yuzu Discord linked here. Piracy is not allowed.
- - name: Community forums
- url: https://community.citra-emu.org
- about: This is an alternative place for tech support, however helpers there are not as active.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index 766da2c87..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Feature Request
-description: File a feature request
-labels: "request"
-body:
- - type: markdown
- 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 yuzu better.
- - type: checkboxes
- attributes:
- label: Is there an existing issue for this?
- description: Please search to see if an issue already exists for the feature you are requesting.
- options:
- - label: I have searched the existing issues
- required: true
- - type: textarea
- id: what-feature
- attributes:
- label: What feature are you suggesting?
- description: A brief description of the requested feature.
- validations:
- required: true
- - type: textarea
- id: why-feature
- attributes:
- label: Why would this feature be useful?
- description: A brief description of why this feature would make yuzu better.
- validations:
- required: true