summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-10-12 11:55:17 -0700
committerGitHub <noreply@github.com>2021-10-12 11:55:17 -0700
commit0a8d217750c6b0709bf774adf5e366d7357dc6bc (patch)
tree79823136df7286f6b824dd568d951b2eed411785
parent80a0a2ebe48f9d7e89b48ecf0c888358ca392a8b (diff)
parent80fc916332e4644675d12e0235fe46785aac3ded (diff)
downloadflatpak-0a8d217750c6b0709bf774adf5e366d7357dc6bc.tar.gz
Merge pull request #4480 from TheEvilSkeleton/github-forms
Switch to GitHub forms
-rw-r--r--.github/ISSUE_TEMPLATE/bug_template.yml92
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml20
-rw-r--r--.github/issue_template.md4
3 files changed, 112 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml
new file mode 100644
index 00000000..e6aeb4c1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_template.yml
@@ -0,0 +1,92 @@
+name: Bug Report
+description: Report a bug in Flatpak
+title: "[Bug]: "
+labels: "bug"
+body:
+- type: checkboxes
+ attributes:
+ label: Checklist
+ description: Please make sure you have read the following.
+ options:
+ - label: I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
+ required: true
+ - label: I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches the one I want to file, without success.
+ required: true
+- type: input
+ attributes:
+ label: Flatpak version
+ description: What version of Flatpak are you using? If unsure, run `flatpak --version` in the terminal.
+ placeholder: 1.10.2
+ validations:
+ required: true
+- type: dropdown
+ attributes:
+ label: What Linux distribution are you using?
+ options:
+ - Alpine Linux
+ - Arch Linux
+ - Artix Linux
+ - CentOS
+ - ChromeOS
+ - Clear Linux
+ - Debian
+ - Endless OS
+ - Fedora Linux
+ - Fedora Silverblue
+ - Gentoo Linux
+ - openSUSE
+ - Linux Mint
+ - Manjaro Linux
+ - MicroOS
+ - NixOS
+ - Pop!_OS
+ - Raspberry Pi OS
+ - Solus
+ - Ubuntu
+ - Void Linux
+ - Other (specify below)
+ validations:
+ required: true
+- type: input
+ attributes:
+ label: Linux distribution version
+ description: What Linux distribution version are you using? If unsure, run `uname -a` in the terminal.
+ placeholder: "e.g. 34, 20.04"
+- type: dropdown
+ attributes:
+ label: What architecture are you using?
+ options:
+ - i386
+ - x86_64
+ - aarch64
+ - arm
+ - armeb
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: How to reproduce
+ description: A clear description of how to reproduce the problem.
+ placeholder: |
+ 1. Go to `...`
+ 2. Click on `...`
+ 3. Scroll down to `...`
+ 4. See error
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Expected Behavior
+ description: A clear and concise description of what you expected to happen.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Actual Behavior
+ description: A clear description of what actually happens.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Additional Information
+ description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 00000000..b4a02742
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,20 @@
+name: Feature request
+description: Request a feature
+title: "[Feature request]: "
+labels: "enhancement"
+body:
+- type: checkboxes
+ attributes:
+ label: Checklist
+ description: Please make sure you have read the following.
+ options:
+ - label: I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
+ required: true
+ - label: I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that matches the one I want to file, without success.
+ required: true
+- type: textarea
+ attributes:
+ label: Suggestion
+ description: A clear and concise description of what you would like to see in the upcoming releases. Afterwards, describe the specific use case(s) that would be helped by this enhancement.
+ validations:
+ required: true
diff --git a/.github/issue_template.md b/.github/issue_template.md
deleted file mode 100644
index 870b516e..00000000
--- a/.github/issue_template.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Linux distribution and version
-## Flatpak version
-## Description of the problem
-## Steps to reproduce