diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..2a6149755 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,36 @@ +name: Bug Report +labels: bug +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 000000000..a65ce4c19 --- /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 000000000..eb4762050 --- /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 practise is for feature discussion to take place in the vis [mailing list](https://lists.sr.ht/~martanne/devel). + + - type: textarea + attributes: + label: What feature would you like to see?