summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-09-18 19:11:21 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-09-18 19:11:21 +0200
commitb10d4fa8d8793a87e017a4066648951c268d80e6 (patch)
tree811e28acdc6169ba8894009c7f1ebe33746730e1 /.github
parent33b60d88926d36c3610616a42bf722623ae66978 (diff)
Update bug template file
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 54edaad9..8df7b490 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -46,6 +46,19 @@ body:
- Emacs-28.0.50
validations:
required: true
+ - type: dropdown
+ id: Platform
+ attributes:
+ label: OS
+ description: What OS are you running on?
+ options:
+ - GNU/Linux
+ - Freebsd
+ - MacOSX
+ - Windows
+ - Other
+ validations:
+ required: true
- type: textarea
id: backtrace
attributes: