-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Bernd Storath <[email protected]>
- Loading branch information
1 parent
0bf266d
commit 0386a0d
Showing
4 changed files
with
91 additions
and
38 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 | ||
title: "[Bug]: " | ||
labels: | ||
- "bug" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thanks :heart: for taking the time to fill out this bug report!** | ||
We kindly ask that you search to see if an issue [already exists](https://github.com/wg-easy/wg-easy/issues?q=is%3Aissue+sort%3Acreated-desc+) for the bug you encountered. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: what-should-happen | ||
attributes: | ||
label: Expected behavior | ||
placeholder: Tell us what you expected! | ||
value: "Work just fine!" | ||
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 |
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,48 @@ | ||
--- | ||
name: 🛠️ Feature Request | ||
description: Suggest an idea to help us improve | ||
title: "[Feat]: " | ||
labels: | ||
- "enhancement" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thanks :heart: for taking the time to fill out this feature request report!** | ||
We kindly ask that you search to see if an issue [already exists](https://github.com/wg-easy/wg-easy/issues?q=is%3Aissue+sort%3Acreated-desc+) for your feature. | ||
We are also happy to accept contributions from our users. For more details see [here](https://github.com/wg-easy/wg-easy/blob/master/contributing.md). | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
A clear and concise description of the feature you're interested in. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Suggested Solution | ||
description: | | ||
Describe the solution you'd like. A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Alternatives | ||
description: | | ||
Describe alternatives you've considered. | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: | | ||
Add any other context about the problem here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
contact_links: | ||
- name: Get Help | ||
url: https://github.com/wg-easy/wg-easy/discussions/new?category=q-a | ||
about: If you can't get something to work the way you expect, open a question in the discussions. | ||
blank_issues_enabled: false |