Skip to content

Commit

Permalink
Merge pull request #3862 from AllskyTeam/ISSUE_TEMPLATE-updates
Browse files Browse the repository at this point in the history
Issue template updates
  • Loading branch information
EricClaeys authored Sep 10, 2024
2 parents 318ff1d + 543533c commit 1ccfee4
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 70 deletions.
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.

0 comments on commit 1ccfee4

Please sign in to comment.