From 4cbb7c4625c33adb05b44d426e64e2a9039e665a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Sat, 20 Jan 2024 18:03:58 +0100 Subject: [PATCH] Added Proposal issue template. --- .github/ISSUE_TEMPLATE/feature-proposal.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-proposal.md diff --git a/.github/ISSUE_TEMPLATE/feature-proposal.md b/.github/ISSUE_TEMPLATE/feature-proposal.md new file mode 100644 index 00000000..0fc10d0b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-proposal.md @@ -0,0 +1,17 @@ +--- +name: Feature Proposal +about: Suggest an idea for this project +title: "[Proposal]" +labels: enhancement +assignees: '' + +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Is your proposal implemented in Windows Mail?** +Wino's priority is to catch up with the feature set of Windows Mail first. + +**Additional context** +Add any other context or screenshots about the feature request here.