diff --git a/.github/ISSUE_TEMPLATE/sweep-feature.yml b/.github/ISSUE_TEMPLATE/sweep-feature.yml new file mode 100644 index 00000000..6b985bc8 --- /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