From aeca6299d81a37effda966e7610eb22c14aa0dd3 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:43:21 +0000 Subject: [PATCH] Create sweep fast template --- .github/ISSUE_TEMPLATE/sweep-fast-template.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-fast-template.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-fast-template.yml b/.github/ISSUE_TEMPLATE/sweep-fast-template.yml new file mode 100644 index 000000000..ff4aab154 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-fast-template.yml @@ -0,0 +1,14 @@ +name: Sweep Fast Issue +title: 'Sweep (fast): ' +description: For few-line fixes to be handled by Sweep, an AI-powered junior developer. Sweep will use GPT-3.5 to quickly create a PR for very small changes. +labels: sweep +body: + - type: textarea + id: description + attributes: + label: Details + description: Tell Sweep where and what to edit and provide enough context for a new developer to the codebase + placeholder: | + Bugs: The bug might be in ... file. Here are the logs: ... + Features: the new endpoint should use the ... class from ... file because it contains ... logic. + Refactors: We are migrating this function to ... version because ...