aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorSneethe <not@email.com>2023-12-26 00:35:10 +1100
committerRandy Palamar <randy@rnpnr.xyz>2024-01-23 10:21:11 -0700
commitf41860b3cd655886ce182475c0ae9bf297f1baab (patch)
tree2dfa1eb11dc33dd618b39e7624c0ce2d398613dc /.github/ISSUE_TEMPLATE
parent38f7f52b00867312024e12ecef3ef2467767ec4e (diff)
downloadvis-f41860b3cd655886ce182475c0ae9bf297f1baab.tar.gz
vis-f41860b3cd655886ce182475c0ae9bf297f1baab.tar.xz
add github issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml36
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml13
3 files changed, 57 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..04190f1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,36 @@
+name: Bug Report
+labels: ''
+description: Report a problem with vis.
+body:
+
+ - type: markdown
+ attributes:
+ value: |
+ ***Before reporting***, search [existing issues.](https://github.com/martanne/vis/issues?q=type%3Aissue)
+
+ - type: textarea
+ attributes:
+ label: "Problem"
+ description: "Describe the current behavior."
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: "Steps to reproduce"
+ placeholder: |
+ :,
+ :y/regex/
+ - type: input
+ attributes:
+ label: "vis version (vis -v)"
+ placeholder: "vis v0.7-151-g8ff0bea-dirty +curses +lua +tre +acl"
+ validations:
+ required: true
+ - type: input
+ attributes:
+ label: "Terminal name/version"
+ placeholder: "st 0.8.2"
+ - type: input
+ attributes:
+ label: "$TERM environment variable"
+ placeholder: "st-256color"
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..a65ce4c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: true
+contact_links:
+ - name: IRC Channel
+ url: https://web.libera.chat/#vis-editor
+ about: "Join the IRC channel #vis-editor on libera."
+ - name: Mailing List
+ url: https://lists.sr.ht/~martanne/devel
+ about: The vis Mailing List.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000..56e112a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,13 @@
+name: Feature Request
+description: Thank you for your interest in improving vis.
+title: "[Feature Request]:"
+labels: [meta:feature-request]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ ### The current practice and preferred location for large feature requests and general design discussion is the vis [mailing list](https://lists.sr.ht/~martanne/devel).
+
+ - type: textarea
+ attributes:
+ label: What feature would you like to see?