forked from gethomepage/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
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
35 additions
and
3 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,33 @@ | ||
name: 🐛 Bug report | ||
description: Please only raise an issue if you've been advised to do so in a GitHub discussion. Thanks! 🙏 | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## ⚠️ Please note | ||
The starting point for a bug report should always be a [GitHub discussion](https://github.com/gethomepage/homepage/discussions/new?category=support) | ||
Thank you for contributing to homepage! ✊ | ||
- type: checkboxes | ||
id: pre-flight | ||
attributes: | ||
label: Before submitting, please confirm the following | ||
options: | ||
- label: I confirm this was discussed, and the maintainers suggest I open an issue. | ||
required: true | ||
- label: I am aware that if I create this issue without a discussion, it will be removed without a response. | ||
required: true | ||
- type: input | ||
id: discussion | ||
attributes: | ||
label: Discussion Link | ||
description: | | ||
Please link to the GitHub discussion that led to this issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional context | ||
description: Optional | ||
render: Text |
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
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