From f41860b3cd655886ce182475c0ae9bf297f1baab Mon Sep 17 00:00:00 2001 From: Sneethe Date: Tue, 26 Dec 2023 00:35:10 +1100 Subject: add github issue templates --- .github/ISSUE_TEMPLATE/feature_request.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml (limited to '.github/ISSUE_TEMPLATE/feature_request.yml') 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? -- cgit v1.2.3