This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 089635a. Signed-off-by: AlterEgo <admin@projectskyfire.org>
- Loading branch information
Showing
1 changed file
with
37 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,38 @@ | ||
--- | ||
name: Bug report | ||
description: Create a bug report to help us improve. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out a bug report. Remember to fill out all fields including the title above. | ||
An issue that is not properly filled out will be closed. | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behaviour | ||
description: | | ||
Description of the problem or issue here. | ||
Include entries of affected creatures / items / quests / spells etc. | ||
If this is a crash, post the crashlog (upload to https://gist.github.com/) and include the link here. | ||
Never upload files! Use GIST for text and YouTube for videos! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Blizzlike Behaviour | ||
description: | | ||
Tell us what should happen instead. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: source | ||
attributes: | ||
label: Source | ||
description: | | ||
If you have a source that proves how it is supposed to work, please add that to make it easier for devs to fix the issue. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce the problem | ||
description: | | ||
What does someone else need to do to encounter the same bug? | ||
placeholder: | | ||
1. Step 1 | ||
2. Step 2 | ||
3. Step 3 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extra | ||
attributes: | ||
label: Extra Notes | ||
description: | | ||
Do you have any extra notes that can help solve the issue that does not fit any other field? | ||
placeholder: | | ||
None | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: commit | ||
attributes: | ||
label: AC rev. hash/commit | ||
description: | | ||
Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon) | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: | | ||
The Operating System the Server is running on. | ||
i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: custom | ||
attributes: | ||
label: Custom changes or Modules | ||
description: | | ||
List which custom changes. | ||
placeholder: | | ||
None | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your contribution. | ||
If you use SkyFire regularly, we really NEED your help to: | ||
- Test our fixes: | ||
- Report issues or suggestions: | ||
- Improve the documentation/wiki: | ||
With your help, the project can evolve much quicker! | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |