Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue template updates #3862

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/1-feature_request.yml
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
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug_report.yml
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)
70 changes: 0 additions & 70 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.