Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Jun 26, 2024
1 parent 9ea3327 commit d56a444
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 2 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: textarea
id: description
attributes:
label: Bug Description
description: How is this bug occurring?
validations:
required: true
- type: dropdown
id: installation-source
attributes:
label: Installation Source
description: Where did you install Celeste from?
options:
- Flatpak
- Snap
- Prebuilt-MPR
- Other (specify the source in the bug description above)
validations:
required: true
- type: input
id: version
attributes:
label: What version of Celeste are you using?
description: This can be found in Celeste's about page.
validations:
required: true
- type: dropdown
id: remote-type
attributes:
label: Storage Provider
description: If your issue is happening in relation to a specific cloud provider, specify it below.
options:
- Dropbox
- Google Drive
- Nextcloud
- Owncloud
- pCloud
- Proton Drive
- WebDAV
validations:
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contact_links:
- name: Discord
url: https://discord.gg/congress
about: Celeste's Discord chat room
about: Celeste's Discord chat room.
- name: Matrix
url: https://matrix.to/#/#celeste:gnome.org
about: Celeste's Matrix chat room
about: Celeste's Matrix chat room.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Feature Request
description: File a feature request.
title: "[Feature]: "
labels: ["enhancement", "triage"]
body:
- type: textarea
id: description
attributes:
label: Feature Description
description: What kind of feature are you wanting?
validations:
required: true
validations:
required: true
- type: input
id: version
attributes:
label: What version of Celeste are you using?
description: This can be found in Celeste's about page.
validations:
required: true

0 comments on commit d56a444

Please sign in to comment.