mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
github: add issue templates
This commit is contained in:
parent
4eb2c45f88
commit
462cc7b69b
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord Server
|
||||
url: https://discord.gg/sKeVmR3/
|
||||
about: Please ask and answer support questions here.
|
||||
- name: XLabsProject Website
|
||||
url: https://xlabs.dev/
|
||||
about: The official website.
|
33
.github/ISSUE_TEMPLATE/get-help.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/get-help.md
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Get help
|
||||
about: Get help using S1x
|
||||
title: ''
|
||||
labels: discussion
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
_Do not open an issue here if you need help with modding or have a problem getting the client to run.
|
||||
It is very likely your problem will be resolved by reading the [FAQ](https://xlabs.dev/s1x_faq) carefully.
|
||||
Ask in `s1x-support` or `s1x-modding` channels on the [Discord](https://discord.gg/sKeVmR3) server if you still have problems.
|
||||
Before opening a new issue, please see [Issues](https://github.com/XLabsProject/s1x-client/issues) and check that a similar issue does not already exist
|
||||
If this does not apply, please continue by filling in the template below._
|
||||
|
||||
**What are you trying to do?**
|
||||
A short, concise description of the outcome you are trying to achieve.
|
||||
|
||||
**What problem are you having?**
|
||||
A clear and concise description of the problem that is blocking you from your desired outcome, ex. "S1x is crashing with this error message: ..."
|
||||
Please walk us through the steps you have taken when you encountered this problem.
|
||||
If S1x is crashing, include the minidump file and the crash address in text form. Screenshots showing the message box with the crash address are not acceptable.
|
||||
|
||||
**What have you tried so far?**
|
||||
Describe any steps you've already taken to try to get past this issue. Have you found a workaround?
|
||||
|
||||
**What version of S1x are you using?**
|
||||
Please make sure you are up to date with the latest build from the master branch.
|
||||
You should be using the official XLabs Launcher.
|
||||
You should *not* be using any custom builds of the game made for "trickshotting"
|
||||
|
||||
**Anything else we should know?**
|
||||
Add any other context about the problem here.
|
27
.github/ISSUE_TEMPLATE/request-a-feature.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/request-a-feature.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Request a feature
|
||||
about: Suggest a new feature or enhancement
|
||||
title: ''
|
||||
labels: feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
_Before opening a new feature request, please see [Issues](https://github.com/XLabsProject/s1x-client/issues) and check that a similar issue does not already exist.
|
||||
If this a new request, help us help you by filling in the template below.
|
||||
S1x is not in active development right now. Please keep in mind that if there is not a clear positive impact on the gameplay to be gained by this feature request, it may be closed at the maintainers' discretion._
|
||||
|
||||
**What problem will this solve?**
|
||||
A clear and concise description of the problem this new feature is meant to solve, ex. "There is something wrong with the game" or "There is something wrong with S1x's source code".
|
||||
Please limit your request to a single feature; create multiple feature requests instead.
|
||||
|
||||
**What might be a solution?**
|
||||
A clear and concise description of what you want to happen. If you are proposing changes to S1x's source code, tell us which component you want to be changed.
|
||||
If you propose changes to the game, you may use images or videos to illustrate what aspect of the game should be changed.
|
||||
|
||||
**What other alternatives have you already considered?**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
It may help others to find workarounds until the problem is resolved.
|
||||
|
||||
**Anything else we should know?**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue
Block a user