Skip to content
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
47 changes: 30 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,15 +2,14 @@ name: 🐛 Bug Report
description: Report errors or unexpected behavior
labels: [bug]
body:
- type: checkboxes
- type: markdown
attributes:
label: 🔍 Is there already an issue for your problem?
description: |
Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
options:
- label: I have checked older issues, open and closed
required: true
value: |
Thanks for taking the time to fill out this bug report!

Before submitting, please check existing [issues](https://github.com/gitify-app/gitify/issues) to avoid duplicates.

For general questions or troubleshooting, please visit our [FAQ & Documentation](https://gitify.io/faq).

- type: textarea
id: description
Expand All@@ -37,7 +36,9 @@ body:
id: logs
attributes:
label: 🪵 Log Excerpts
description: Share any relevant log excerpts where available - see https://gitify.io/faq
description: |
Share any relevant log excerpts where available.
See [FAQ](https://gitify.io/faq) for more details.
validations:
required: false

Expand All@@ -46,7 +47,7 @@ body:
attributes:
label: Gitify Version
description: What version of Gitify are you using?
placeholder: 6.x.x
placeholder: 7.x.x
validations:
required: true

Expand All@@ -63,20 +64,32 @@ body:
required: true

- type: dropdown
id: environment-github
id: forge
attributes:
label: GitHub Account
description: What GitHub account type are you using?
label: Forge
description: Which Git forge are you using with Gitify?
options:
- GitHub Cloud
- GitHub Enterprise Server
- Combination
- GitHub
- GitLab
- Gitea / Forgejo / Codeberg
- Bitbucket
validations:
required: true

- type: input
id: forge-variant
attributes:
label: Forge Variant
description: |
Optional. Specify the hosting variant if applicable.
Examples: "GitHub Cloud", "GitHub Enterprise Server 3.13", "GitLab Self-Managed", "Gitea 1.22", "Codeberg", "Bitbucket Cloud"
placeholder: e.g. GitHub Cloud, GitLab Self-Managed, Gitea 1.22
validations:
required: false

- type: textarea
attributes:
label: 📸 Screenshots
description: Place any screenshots of the issue here if needed
description: Place any screenshots of the issue here if needed.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 📖 FAQ & Documentation
url: https://gitify.io/faq
about: Check the FAQ for common questions and troubleshooting tips before opening an issue.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,21 @@ body:
validations:
required: true

- type: dropdown
id: relevant-forges
attributes:
label: Relevant Forge(s)
description: Which forge(s) does this feature relate to? Select all that apply.
multiple: true
options:
- GitHub
- GitLab
- Gitea / Forgejo / Codeberg
- Bitbucket
- All / Not applicable
validations:
required: false

- type: textarea
id: additional-information
attributes:
Expand Down