From 4f2632897b85cbef56d0ca18cafa034040242620 Mon Sep 17 00:00:00 2001 From: Badr B Date: Sat, 23 Mar 2024 10:22:24 +0100 Subject: [PATCH] feat: add team issue template --- .github/ISSUE_TEMPLATE/team.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/team.yml diff --git a/.github/ISSUE_TEMPLATE/team.yml b/.github/ISSUE_TEMPLATE/team.yml new file mode 100644 index 00000000..8307dcfd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/team.yml @@ -0,0 +1,9 @@ +name: Team +description: You are someone from the team +labels: ["team"] +body: + - type: textarea + id: content + attributes: + label: Issue Content + description: Add the content of the issue here.