]> BookStack Code Mirror - bookstack/commitdiff
Added API request issue template
authorDan Brown <redacted>
Sun, 3 Jan 2021 19:23:41 +0000 (19:23 +0000)
committerDan Brown <redacted>
Sun, 3 Jan 2021 19:23:41 +0000 (19:23 +0000)
.github/ISSUE_TEMPLATE/api_request.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/api_request.md b/.github/ISSUE_TEMPLATE/api_request.md
new file mode 100644 (file)
index 0000000..dc050ef
--- /dev/null
@@ -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