Skip to content

Commit

Permalink
add github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneethe authored and rnpnr committed Jan 23, 2024
1 parent 38f7f52 commit f41860b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit f41860b

Please sign in to comment.