From ad57e8ca874b1fd1dc4f6019eb99367fdd316921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Wed, 6 Nov 2024 13:13:08 +0100 Subject: [PATCH] Create feature_template.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álex Ruiz --- .github/ISSUE_TEMPLATE/feature_template.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_template.md diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md new file mode 100644 index 0000000000000..2237d7f3b2888 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -0,0 +1,23 @@ +--- +name: "Feature template" +about: "[Internal] Used within Wazuh dev team to describe a new development of a produt's feature." +title: "" +labels: ["type/enhancement", "level/task"] +assignees: "" +--- + +## Description + +... + +## Functional requirements + +- ... + +## Implementation restrictions + +- ... + +## Plan + +- [ ] ...