Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-06-11 15:37:39 +0300
committerGitHub <noreply@github.com>2022-06-11 15:37:39 +0300
commit4546d74af349b53d5fa1bfc3636380f2cd090b73 (patch)
treed15130234ff6edd06d90dfe622a71035eacf495e
parentc6ccfc8f26ae55f488eb58fa3d0a06e7c4a99c3b (diff)
chore(github): add browser info field to issue form
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 052df1c..d1d9a10 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -41,6 +41,14 @@ body:
- Chrome
- Safari
- Microsoft Edge
+ - type: input
+ id: browser-info
+ attributes:
+ label: More information about the browser
+ description: "E.g: Browser version, OS version, etc."
+ placeholder: ex. Chrome 104, Windows 11
+ validations:
+ required: false
- type: textarea
id: logs
attributes: