Skip to content

Commit

Permalink
Updated Issue templates (#3961)
Browse files Browse the repository at this point in the history
Now when creating a problem we have a choice:
1) Create "Bug Report"
2) Create "Feature Request"
3) Follow the link to "OpenKore forums"
4) Follow the link to "OpenKore Discord"
  • Loading branch information
ya4ept authored Feb 10, 2025
1 parent 5973897 commit 2e4e16e
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 0 deletions.
79 changes: 79 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
name: Bug Report
description: Create an Issue that details broken or unexpected behaviour
labels: ["bug"]
body:
- type: input
id: version
attributes:
label: Openkore version git
description: |
Please specify the version of OpenKore. <br>
[How to check version git you bot](https://github.com/OpenKore/openkore/wiki/How-to-check-version-git-you-bot).
You can also use the console command: [version](https://openkore.com/wiki/version).
placeholder: version git:***_YYYY-MM-DD ctime:YYYY-MM-DD
validations:
required: true
- type: dropdown
id: XKore
attributes:
label: XKore Mode
description: Specify the value of the [XKore](https://openkore.com/wiki/XKore) config parameter (see config.txt file).
multiple: true
options:
- XKore 0
- XKore 1
- XKore 2
- XKore 3
- Empty
validations:
required: true
- type: input
id: ROserver
attributes:
label: RO Server Name
description: Specify the server name Ragnarok.
placeholder: idRO, FreeRO, tRO
validations:
required: true
- type: input
id: ROserverLink
attributes:
label: Link to RO server
description: Please provide a link to the server home page.
placeholder: https://***.com
validations:
required: true
- type: textarea
id: result
attributes:
label: Result
description: Describe the issue that you experienced in detail.
placeholder: |
1. In this environment...
2. With this config...
3. Trigger event '...'
4. See error...
validations:
required: true
- type: textarea
id: logs
attributes:
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
validations:
required: false
- type: textarea
id: expected
attributes:
label: Expected Result
description: Describe what you would expect to happen in detail.
validations:
required: true
- type: textarea
id: howto
attributes:
label: How to Reproduce
description: If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue.
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: OpenKore forums
url: https://forums.openkore.com/
about: Please ask and answer questions here in our forum.
- name: OpenKore Discord
url: https://discord.gg/X7SNfMXBJ5
about: Chat with us in the Discord support channel.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Feature Request
description: Suggest an idea for this project
labels: ["feature request"]
body:
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: Provide a clear description of what you want to happen.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: |
Is there anything else you can add about the proposal?
You might want to link to related issues here if you haven't already.

0 comments on commit 2e4e16e

Please sign in to comment.