-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! Fill out the following form to your best ability to help us fix the problem. | ||
Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/VdCAUtm) or the [the Wiki](https://github.com/MaxMaeder/DriveBackupV2/wiki). | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce this behaviour | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots / Videos | ||
description: If applicable, add screenshots to help explain your problem. | ||
- type: textarea | ||
attributes: | ||
label: Server and Plugin Versions | ||
description: | | ||
If this bug occurs on a server you do not control, please fill this in to the best of your knowledge. | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the problem here |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
contact_links: | ||
- name: Get help on our Discord server | ||
url: https://discord.gg/VdCAUtm | ||
about: If your issue seems like it could possibly be an easy fix due to configuration, please hop on our Discord. |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: "Feature Request" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! Please fill out the following form to your best ability to help us understand your feature request and significantly improve the chance of getting added. | ||
For anything else than a feature request, use: [our Discord server](https://discord.gg/VdCAUtm) or the [the Wiki](https://github.com/MaxMaeder/DriveBackupV2/wiki). | ||
- type: textarea | ||
attributes: | ||
label: What feature do you want to see added? | ||
description: A clear and concise description of your feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Are there any alternatives? | ||
description: List any alternatives you might have tried |