From: Dan Brown Date: Sun, 3 Jan 2021 19:23:41 +0000 (+0000) Subject: Added API request issue template X-Git-Tag: v0.31.0~3^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f160020941c01cca3ef407e7f3270ecd4a9f533b Added API request issue template --- 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