From 948b0b4cbc91f040b6934abc5fcad06c35a199aa Mon Sep 17 00:00:00 2001 From: Dylan T Date: Wed, 16 Jan 2019 19:21:37 +0000 Subject: [PATCH] Add an API change request template --- .github/ISSUE_TEMPLATE/api-change-request.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/api-change-request.md diff --git a/.github/ISSUE_TEMPLATE/api-change-request.md b/.github/ISSUE_TEMPLATE/api-change-request.md new file mode 100644 index 000000000..615ab12ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/api-change-request.md @@ -0,0 +1,19 @@ +--- +name: API change request +about: Suggest a change, addition or removal to the plugin API +title: '' +labels: '' +assignees: '' + +--- + + +## Description + + + +## Justification + + + +## Alternative methods