From f160020941c01cca3ef407e7f3270ecd4a9f533b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 3 Jan 2021 19:23:41 +0000 Subject: [PATCH] Added API request issue template --- .github/ISSUE_TEMPLATE/api_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/api_request.md diff --git a/.github/ISSUE_TEMPLATE/api_request.md b/.github/ISSUE_TEMPLATE/api_request.md new file mode 100644 index 000000000..dc050efbb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/api_request.md @@ -0,0 +1,17 @@ +--- +name: New API Endpoint or Feature +about: Request a new endpoint or API feature be added +labels: ":nut_and_bolt: API Request" +--- + +#### API Endpoint or Feature + +Clearly describe what you'd like to have added to the API. + +#### Use-Case + +Explain the use-case that you're working-on that requires the above request. + +#### Additional Context + +If required, add any other context about the feature request here. \ No newline at end of file