summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md22
-rw-r--r--.github/ISSUE_TEMPLATE/issue_template.yml49
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/typos.yml2
5 files changed, 52 insertions, 25 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 1ba2978c..00000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- ISSUES NOT FOLLOWING THIS TEMPLATE WILL BE CLOSED AND DELETED -->
-
-<!-- Check all that apply [x] -->
-
-- [ ] I have read through the manual page (`man fzf`)
-- [ ] I have the latest version of fzf
-- [ ] I have searched through the existing issues
-
-## Info
-
-- OS
- - [ ] Linux
- - [ ] Mac OS X
- - [ ] Windows
- - [ ] Etc.
-- Shell
- - [ ] bash
- - [ ] zsh
- - [ ] fish
-
-## Problem / Steps to reproduce
-
diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml
new file mode 100644
index 00000000..06e857b4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue_template.yml
@@ -0,0 +1,49 @@
+---
+name: Issue Template
+description: Report a problem or bug related to fzf to help us improve
+
+body:
+ - type: markdown
+ attributes:
+ value: ISSUES NOT FOLLOWING THIS TEMPLATE WILL BE CLOSED AND DELETED
+
+ - type: checkboxes
+ attributes:
+ label: Checklist
+ options:
+ - label: I have read through the manual page (`man fzf`)
+ required: true
+ - label: I have searched through the existing issues
+ required: true
+ - label: For bug reports, I have checked if the bug is reproducible in the latest version of fzf
+ required: false
+
+ - type: input
+ attributes:
+ label: Output of `fzf --version`
+ placeholder: e.g. 0.48.1 (d579e33)
+ validations:
+ required: true
+
+ - type: checkboxes
+ attributes:
+ label: OS
+ options:
+ - label: Linux
+ - label: macOS
+ - label: Windows
+ - label: Etc.
+
+ - type: checkboxes
+ attributes:
+ label: Shell
+ options:
+ - label: bash
+ - label: zsh
+ - label: fish
+
+ - type: textarea
+ attributes:
+ label: Problem / Steps to reproduce
+ validations:
+ required: true
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index c6c2a976..aecf02ee 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
- go-version: 1.19
+ go-version: "1.20"
- name: Setup Ruby
uses: ruby/setup-ruby@v1
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 5925f921..cbdcb537 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
- go-version: 1.18
+ go-version: "1.20"
- name: Setup Ruby
uses: ruby/setup-ruby@v1
diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml
index 752c58c6..6cdac790 100644
--- a/.github/workflows/typos.yml
+++ b/.github/workflows/typos.yml
@@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: crate-ci/typos@v1.19.0
+ - uses: crate-ci/typos@v1.21.0