aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-11-10 00:54:13 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-11-10 00:54:13 -0500
commitbeb08eb751fa8e1f72042f263316ab5e5ddb596d (patch)
tree3b00df983527648bdae610ac7b88cb639b1f1828 /.github
parentfbc30002ab3438356c0476e70c4577a0310d52c0 (diff)
New upstream version 2.4.0+dfsg.upstream/2.4.0+dfsgupstream
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md30
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml79
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml1
3 files changed, 80 insertions, 30 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 1411b05..0000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,30 +0,0 @@
-### Operating Systems ###
-
-Server: microOS Tiara
-
-Client: Applesoft Windy OS 10
-
-**READ ME, DELETE ME**: On Windows, hold the Windows key and press 'r', type 'winver' and hit return to get your OS version. On Mac, hit the Apple menu (top left of the screen) and check 'About this Mac'. Linux users... you know what you're using ;)
-
-### Barrier Version ###
-
-1.9.π
-
-**READ ME, DELETE ME**: Go to the 'Help' (on Windows) or 'Barrier' (on macOS) menu and then 'About Barrier' to check your version. Verify that you are using the same version across all of your machines, and that your issue still occurs with the latest release available at https://github.com/debauchee/barrier/
-
-### Steps to reproduce bug ###
-
-**READ ME, DELETE ME**: Try to be succinct. If your bug is intermittent, try and describe what you're doing when it happens most.
-
-1. Click things.
-2. Type things.
-3. Bug occurs.
-4. ...
-
-### Other info ###
-
-* When did the problem start to occur? When I...
-* Is there a way to work around it? No/Yes, you can...
-* Does this bug prevent you from using Barrier entirely? Yes/No
-
-Put anything else you can think of here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..208e705
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,79 @@
+name: Bug Report
+description: File a bug report (for questions, ideas & support, use the Discussions tab, or IRC for quick answers, but make sure to stay on the channel!)
+labels: [bug, triage]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to fill out this bug report!
+ - type: textarea
+ id: what-happened
+ attributes:
+ label: What happened?
+ description: Also tell us, what did you expect to happen?
+ placeholder: Tell us what you see! Screenshots are also helpful - please attach to the issue (when created), rather than linking to image hosting sites.
+ validations:
+ required: true
+ - type: dropdown
+ id: version
+ attributes:
+ label: Version
+ description: What version of Barrier are you running?
+ options:
+ - v2.0.0-RC1
+ - v2.0.0-RC2
+ - v2.0.0
+ - v2.1.1
+ - v2.1.2
+ - v2.3.0
+ - v2.3.1
+ - v2.3.2-alpha
+ - v2.3.2
+ - v2.3.3
+ - From Git HEAD or commit (specify below)
+ validations:
+ required: true
+ - type: input
+ id: git-commit-if
+ attributes:
+ label: Git commit hash (if applicable)
+ description: "When building Barrier from Git, what commit hash did you checkout from?"
+ placeholder: b0c0b42b
+ validations:
+ required: false
+ - type: textarea
+ id: pkg-mgr-origin
+ attributes:
+ label: If applicable, where did you install Barrier from?
+ description: This includes Snaps, Flatpaks, and self-built executables.
+ validations:
+ required: false
+ - type: dropdown
+ id: os
+ attributes:
+ label: What OSes are you seeing the problem on? (Check all that apply)
+ multiple: true
+ options:
+ - Linux
+ - Windows
+ - macOS
+ validations:
+ required: true
+ - type: textarea
+ id: os-version
+ attributes:
+ label: What OS versions are you using?
+ description: This applies to both client(s) and the server.
+ validations:
+ required: true
+ - type: textarea
+ id: logs
+ attributes:
+ label: Relevant log output
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
+ render: shell
+ - type: textarea
+ id: misc-info
+ attributes:
+ label: Any other information
+ description: Please enter any other information we should know, if applicable.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..3ba13e0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false