From 23ea8032793e313f75d08454d147432e3ff5caf4 Mon Sep 17 00:00:00 2001 From: Jannis Dohm Date: Fri, 2 Apr 2021 05:08:21 +0200 Subject: [PATCH] Update issue templates added improvement template --- .github/ISSUE_TEMPLATE/improvement.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improvement.md diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md new file mode 100644 index 0000000000..2151ccb7ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -0,0 +1,19 @@ +--- +name: Improvement +about: Improvements, like updating a library to a newer version. +title: your title [Improvement] +labels: enhancement +assignees: '' + +--- + +**Describe the improvement** +A clear and concise description of what the improvement is. + +**Needed Steps to fulfill improvement** +- [ ] first step +- [ ] second step +- [ ] ... + +**Additional context** +Add any other context about the problem here.