Skip to content
23 changes: 7 additions & 16 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ body:
- type: markdown
attributes:
value: |
If this is your first time opening an issue here, please read the [contributing guidelines](https://github.com/BEEmod/.github/blob/c865feea6f7f4bd9a65e8aaecac9c7731db9628f/contributing.md).
If this is your first time opening an issue here, please read the [contributing guidelines](https://github.com/BEEmod/.github/blob/master/contributing.md).

Remember:
- Do not open an issue if you are not using the latest BEEmod application and packages.
- Make sure you're in the right place. Application issues should go in the [BEE2.4 repo](https://github.com/BEEmod/BEE2.4/).
- Perform a search to make sure this issue hasn't already been reported.
- Do not use the issue tracker to ask questions.
- Please keep questions and general conversations to the Discussions tab or the Discord server, not the issue tracker.
- Issues should not be combined, unless they are very closely related (e.g. two bugs with a specific item in a specific case).
- Make absolutely sure the issue is not UCP (User Created Packages) related
- Make absolutely sure the issue is not caused by a user-created package
- type: input
attributes:
label: BEE2 Application Version
Expand All @@ -26,22 +26,13 @@ body:
description: Specify the version of BEE2.4 packages (ex. 4.40.0)
validations:
required: true
- type: dropdown
- type: input
id: OS
attributes:
label: What operating system are you running on?
multiple: true
options:
- Windows 11
- Windows 10 (64bit)
- Windows 10 (32bit)
- Windows 8 (64bit)
- Windows 8 (32bit)
- Windows 7 (64bit)
- Windows 7 (32bit)
- Mac
- Linux
- Other
description: If you are using Windows, please specify the version. If you are using Linux, please specify the distro and version.
validations:
required: true
- type: textarea
attributes:
label: Description of the bug
Expand Down
23 changes: 7 additions & 16 deletions .github/ISSUE_TEMPLATE/build-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ body:
- type: markdown
attributes:
value: |
If this is your first time opening an issue here, please read the [contributing guidelines](https://github.com/BEEmod/.github/blob/c865feea6f7f4bd9a65e8aaecac9c7731db9628f/contributing.md).
If this is your first time opening an issue here, please read the [contributing guidelines](https://github.com/BEEmod/.github/blob/master/contributing.md).

Remember:
- Do not open an issue if you are not using the latest BEEmod application and packages.
- Make sure you're in the right place. Application issues should go in the [BEE2.4 repo](https://github.com/BEEmod/BEE2.4/).
- Perform a search to make sure this issue hasn't already been reported.
- Do not use the issue tracker to ask questions.
- Please keep questions and general conversations to the Discussions tab or the Discord server, not the issue tracker.
- Issues should not be combined, unless they are very closely related (e.g. two bugs with a specific item in a specific case).
- Make absolutely sure the issue is not UCP (User Created Packages) related
- Make absolutely sure the issue is not caused by a user-created package
- type: input
attributes:
label: BEE2 Application Version
Expand All @@ -26,22 +26,13 @@ body:
description: Specify the version of BEE2.4 packages (ex. 4.40.0)
validations:
required: true
- type: dropdown
- type: input
id: OS
attributes:
label: What operating system are you running on?
multiple: true
options:
- Windows 11
- Windows 10 (64bit)
- Windows 10 (32bit)
- Windows 8 (64bit)
- Windows 8 (32bit)
- Windows 7 (64bit)
- Windows 7 (32bit)
- Mac
- Linux
- Other
description: If you are using Windows, please specify the version. If you are using Linux, please specify the distro and version.
validations:
required: true
- type: textarea
id: logs
attributes:
Expand Down
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ body:
- type: markdown
attributes:
value: |
### This is not for new item suggestions!
We are not currently taking new item suggestions.
If this is your first time opening an issue here, please read the [contributing guidelines](https://github.com/BEEmod/.github/blob/master/contributing.md).

If this is your first time opening an issue here, please read the [contributing guidelines](https://github.com/BEEmod/.github/blob/c865feea6f7f4bd9a65e8aaecac9c7731db9628f/contributing.md).
Additionally, please check the [frequently rejected suggestions](https://github.com/BEEmod/.github/blob/master/rejected_suggestions.md) page to make sure your suggestion hasn't already been made and rejected before.

Remember:
- Do not open an issue if you are not using the latest BEEmod application and packages.
- Make sure you're in the right place. Aapplication issues should go in the [BEE2.4 repo](https://github.com/BEEmod/BEE2.4/).
- Perform a search to make sure this issue hasn't already been reported.
- Do not use the issue tracker to ask questions.
- Please keep questions and general conversations to the Discussions tab or the Discord server, not the issue tracker.
- Issues should not be combined, unless they are very closely related (e.g. two bugs with a specific item in a specific case).
- Make absolutely sure the issue is not UCP (User Created Packages) related
- Make absolutely sure the issue is not caused by a user-created package
- type: textarea
attributes:
label: Description of the feature
Expand Down
Loading