From 4fe14a7436c67de66b7d8b554f9e834774675408 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:05:01 +0000 Subject: [PATCH] Create feature template --- .github/ISSUE_TEMPLATE/sweep-feature.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-feature.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-feature.yml b/.github/ISSUE_TEMPLATE/sweep-feature.yml new file mode 100644 index 0000000..6b985bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-feature.yml @@ -0,0 +1,11 @@ +name: Feature Request +title: 'Sweep: ' +description: Write something like "Write an api endpoint that does "..." in the "..." file" +labels: sweep +body: + - type: textarea + id: description + attributes: + label: Details + description: More details for Sweep + placeholder: The new endpoint should use the ... class from ... file because it contains ... logic \ No newline at end of file