-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3862 from AllskyTeam/ISSUE_TEMPLATE-updates
Issue template updates
- Loading branch information
Showing
3 changed files
with
92 additions
and
70 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,20 @@ | ||
name: Feature Request | ||
description: Suggest an idea for Allsky | ||
title: "[FEATURE REQUEST]" | ||
labels: "enhancement" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!IMPORTANT] | ||
> If you have a QUESTION, enter a GitHub [Discussion](https://github.com/AllskyTeam/allsky/discussions). Do NOT create an Issue. | ||
> First look in the GitHub [Issues](https://github.com/AllskyTeam/allsky/issues) and [Discussions](https://github.com/AllskyTeam/allsky/discussions) pages. | ||
> Make sure no one else has already requested this feature. If someone has and you have additional information, add it to the existing request. | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: If this is a new feature, describe what you would like. | ||
description: Screenshots of examples are helpful. | ||
validations: | ||
required: true |
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,72 @@ | ||
name: Bug Report | ||
description: Let us know of an Allsky problem. | ||
title: "[BUG] " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!IMPORTANT] | ||
> If you have a QUESTION, enter a GitHub [Discussion](https://github.com/AllskyTeam/allsky/discussions). Do NOT create an Issue. | ||
> If this is a FEATURE REQUEST, go back a page and select the `Feature Request` template. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!IMPORTANT] | ||
> First look in the GitHub [Issues](https://github.com/AllskyTeam/allsky/issues) and [Discussions](https://github.com/AllskyTeam/allsky/discussions) pages. | ||
> Most problems have already been reported by other people, so add to their Issue instead of creating a new one. | ||
- type: input | ||
id: camera | ||
attributes: | ||
label: Camera model | ||
placeholder: "[enter brand and model]" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: OS | ||
attributes: | ||
label: Operating System | ||
options: | ||
- Buster | ||
- Bullseye | ||
- Bookworm | ||
- Not a Pi | ||
validations: | ||
required: true | ||
- type: input | ||
id: allsky_version | ||
attributes: | ||
label: Allsky version | ||
placeholder: "[see: ~/allsky/version]" | ||
validations: | ||
required: true | ||
- type: input | ||
id: pi | ||
attributes: | ||
label: "Pi and amount of memory (512 MB, 1, 2, 4, or 8 GB)" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug_description | ||
attributes: | ||
label: Bug Description | ||
description: | | ||
\* Include a clear and concise description of what the problem is. | ||
\* Include a screenshot of any error message(s). | ||
\* Can you reproduce it? If so, how? | ||
\* Did any settings or anything else change? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Log / configuration files | ||
description: | | ||
ATTACH files, do NOT copy/paste them: | ||
| ||
Follow the instructions for "Reporting Issues" in the Wiki, then attach `/var/log/allsky.log`. | ||
| ||
Attach `~/allsky/config/settings.json`, appending `.txt` to its name first. | ||
| ||
If your problem is with an **Allsky Website**, also attach: | ||
\* `~/allsky/html/allsky/configuration.json` (local Website) | ||
\* `~/allsky/config/remote_configuration.json` (remote Website) |
This file was deleted.
Oops, something went wrong.