From 3e90416a2b776b14d597993a010322b40bc14785 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 7 May 2024 15:12:53 +0200 Subject: [PATCH] [TASK] Add "Technical Feedback" issue template (#1291) Allow others to easily provide feedback on technical decisions. The issue template should make people more invited to share their own feedback. Resolves: #1235 --- .github/ISSUE_TEMPLATE/technical_feedback.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/technical_feedback.md diff --git a/.github/ISSUE_TEMPLATE/technical_feedback.md b/.github/ISSUE_TEMPLATE/technical_feedback.md new file mode 100644 index 0000000..ae28863 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technical_feedback.md @@ -0,0 +1,14 @@ +--- +name: Technical Feedback +about: Provide technical feedback to help us improve +title: "Technical Feedback: Please add a speaking title" +labels: 'feedback' +assignees: '' + +--- + +**Describe the area** +A short introduction to the area, e.g. a decision regarding file formats, location, etc. + +**Feedback** +Your feedback, e.g. what would you do instead, what are pros and cons of the different ways in doing things.