Skip to content

Commit 4c5cd88

Browse files
committed
Update bug report and feature request templates
1 parent b1b69a3 commit 4c5cd88

File tree

5 files changed

+86
-61
lines changed

5 files changed

+86
-61
lines changed

.github/ISSUE_TEMPLATE/1_bug.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/1_bug.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
3+
4+
name: Bug report
5+
description: Report an error or unexpected behavior
6+
type: [ "bug" ]
7+
body:
8+
- type: dropdown
9+
id: priority
10+
attributes:
11+
label: Priority/Impact
12+
description: How severe is the issue?
13+
options:
14+
- Low (minor inconvenience)
15+
- Medium (affects some functionality)
16+
- High (critical issue, blocks workflow)
17+
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Description
22+
description: |
23+
A clear and concise description of the bug.
24+
placeholder: |
25+
Please include any information you think is relevant to the issue you are experiencing.
26+
This could include any steps to reproduce it (if it happens consistently), expected vs.
27+
actual behavior, logs, screenshots, links to related issues, etc.
28+
validations:
29+
required: true
30+
31+
- type: input
32+
id: server-version
33+
attributes:
34+
label: Server version
35+
description: |
36+
What version of wger are you using and how did you install it?
37+
placeholder: |
38+
Check https://<server>/software/about-us or the git sha1 of the last commit you pulled /
39+
you use our server, docker compose, manual installation, etc
40+
validations:
41+
required: false
42+
43+
- type: input
44+
id: app-version
45+
attributes:
46+
label: Mobile app version
47+
description: |
48+
If applicable, what version of the mobile app are you using and how did you install it?
49+
placeholder: |
50+
Check the "about wger" dialog / Play Store, App Store, Flathub, self compiled, etc.
51+
validations:
52+
required: false

.github/ISSUE_TEMPLATE/2_feature_request.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature request
2+
description: Suggest a new idea for wger
3+
type: [ "enhancement" ]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Use case
9+
description: |
10+
A description of what new feature or behavior you would like to see.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: proposal
16+
attributes:
17+
label: Proposal
18+
description: |
19+
Why is this feature needed? What problems does it solve?
20+
validations:
21+
required: false
22+
23+
- type: textarea
24+
id: additional-context
25+
attributes:
26+
label: Additional Context
27+
description: |
28+
Any extra details, related issues, or mockups
29+
placeholder: |
30+
Screenshots or mockups, links to similar features in other applications, or other relevant
31+
information.
32+
validations:
33+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Get in touch with the community
3+
- name: Community
44
url: https://discord.gg/rPWFv6W
55
about: Hop on the Discord server if you want to discuss new features or problem with us
66
- name: Just have a question?

0 commit comments

Comments
 (0)