forked from immich-app/immich
-
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.
feat(GitHub): update bug and feature request template (immich-app#1584)
* dev: Reusing template from Home Assistant * dev: add bug report template * fix: template * dev: change type * dev: * dev: add default labels * dev: Add default title * dev: add feature request template * remove feature request from markdown * dev: frontmatter
- Loading branch information
1 parent
43fd773
commit c8fffe4
Showing
5 changed files
with
135 additions
and
78 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,25 @@ | ||
title: "[Feature] <feature-name-goes-here>" | ||
labels: ["feature"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use this form to request new feature for Immich | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: The feature | ||
render: markdown | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
validations: | ||
required: true | ||
attributes: | ||
label: Platform | ||
options: | ||
- label: Server | ||
- label: Web | ||
- label: Mobile |
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,100 @@ | ||
name: Report an issue with Immich | ||
description: Report an issue with Immich | ||
labels: ["bug", "need triage"] | ||
title: "[BUG] <title>" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This issue form is for reporting bugs only! | ||
If you have a feature or enhancement request, please use the [feature request][fr] section of our [GitHub Discussions][fr]. | ||
[fr]: https://github.com/immich-app/immich/discussions/new?category=feature-request | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: The bug | ||
description: >- | ||
Describe the issue you are experiencing here, to communicate to the | ||
maintainers. Tell us what you were trying to do and what happened. | ||
Provide a clear and concise description of what the problem is. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: The OS that Immich Server is running on | ||
placeholder: Ubuntu 22.10, Debian, Arch...etc | ||
|
||
- type: input | ||
id: version | ||
validations: | ||
required: true | ||
attributes: | ||
label: Version of Immich Server | ||
placeholder: v1.0.0 | ||
|
||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Version of Immich Mobile App | ||
placeholder: v1.0.0 | ||
|
||
- type: checkboxes | ||
validations: | ||
required: true | ||
attributes: | ||
label: Platform with the issue | ||
options: | ||
- label: Server | ||
- label: Web | ||
- label: Mobile | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Your docker-compose.yml content | ||
render: YAML | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Your .env content | ||
description: Please provide the redacted .env content of your setup | ||
render: Shell | ||
|
||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction steps | ||
description: "How do you trigger this bug? Please walk us through it step by step." | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
render: bash | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information for us, use the field below. | ||
- type: markdown | ||
attributes: | ||
value: Thank you for submitting the form |
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 |
---|---|---|
@@ -1 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I have a question or need support | ||
url: https://discord.gg/D8JsnBEuKb | ||
about: We use GitHub for tracking bugs, please check out our Discord channel for freaky fast support. | ||
- name: Feature Request | ||
url: https://github.com/immich-app/immich/discussions/new?category=feature-request | ||
about: Please use our GitHub Discussion for making feature requests. | ||
- name: I'm unsure where to go | ||
url: https://discord.gg/D8JsnBEuKb | ||
about: If you are unsure where to go, then joining our Discord is recommended; Just ask! |
This file was deleted.
Oops, something went wrong.