Skip to content

Commit 37662db

Browse files
committed
Updated readme and issue template
1 parent 782a614 commit 37662db

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@ body:
100100
validations:
101101
required: true
102102

103+
- type: dropdown
104+
id: reproducibility
105+
attributes:
106+
label: Is the issue reproducible?
107+
description: Does this happen every time you try, or is it intermittent?
108+
options:
109+
- Yes, it happens every time
110+
- It happens frequently but not always
111+
- It happens rarely / randomly
112+
- I cannot reproduce it consistently
113+
validations:
114+
required: true
115+
103116
- type: textarea
104117
id: description
105118
attributes:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ Panel eggs for hosting Hytale game servers on both Pelican and Pterodactyl panel
1212
>
1313
> If you encounter any issues or have questions, please don't hesitate to ask. We strive to respond and resolve issues as quickly as possible.
1414
>
15+
>
1516
> **How to get help:**
1617
> 1. **Search Existing Issues:** Check the [GitHub Issues](https://github.com/NATroutter/egg-hytale/issues) to see if your problem has already been reported or solved.
1718
> 2. **Open a New Issue:** If you can't find a solution, [open a new issue](https://github.com/NATroutter/egg-hytale/issues/new/choose).
19+
>
20+
> ***Please Note:** We are only humans and unfortunately we have to sleep and have lives outside of this project. Support is offered within a humanly possible timeframe, so please be patient.*
1821
1922
## Overview
2023

0 commit comments

Comments
 (0)