diff options
| author | 2020-07-08 21:15:49 -0400 | |
|---|---|---|
| committer | 2020-07-08 21:15:49 -0400 | |
| commit | 4489ea6f532a501ca4cc379d8d8fb50ce1af27d7 (patch) | |
| tree | 52f62331d39f338f6ae6d0fd56831bdd577943a9 /.github | |
| parent | Address PR feedback, fix axis button thresholding (diff) | |
| parent | Merge pull request #4266 from jbeich/freebsd (diff) | |
| download | yuzu-4489ea6f532a501ca4cc379d8d8fb50ce1af27d7.tar.gz yuzu-4489ea6f532a501ca4cc379d8d8fb50ce1af27d7.tar.xz yuzu-4489ea6f532a501ca4cc379d8d8fb50ce1af27d7.zip | |
Rebase to master, fix merge conflicts
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-feature-request.md (renamed from .github/ISSUE_TEMPLATE.md) | 11 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
2 files changed, 18 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md index 70e1bba67..5706243bb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md | |||
| @@ -1,4 +1,13 @@ | |||
| 1 | <!-- | 1 | --- |
| 2 | name: Bug Report / Feature Request | ||
| 3 | about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu or you are requesting a feature you believe would make yuzu better. | ||
| 4 | title: '' | ||
| 5 | labels: '' | ||
| 6 | assignees: '' | ||
| 7 | |||
| 8 | --- | ||
| 9 | |||
| 10 | <!--- | ||
| 2 | Please keep in mind yuzu is EXPERIMENTAL SOFTWARE. | 11 | Please keep in mind yuzu is EXPERIMENTAL SOFTWARE. |
| 3 | 12 | ||
| 4 | Please read the FAQ: | 13 | Please read the FAQ: |
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..52faafad3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | blank_issues_enabled: false | ||
| 2 | contact_links: | ||
| 3 | - name: yuzu Discord | ||
| 4 | url: https://discord.com/invite/u77vRWY | ||
| 5 | 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. | ||
| 6 | - name: Community forums | ||
| 7 | url: https://community.citra-emu.org | ||
| 8 | about: This is an alternative place for tech support, however helpers there are not as active. | ||