From daa136be33de70f269eb8fe8d4b7bf414f37e19f Mon Sep 17 00:00:00 2001 From: Dylan Perks Date: Wed, 12 Jun 2019 13:22:38 +0100 Subject: [PATCH 1/2] Create new_api.md --- .github/PULL_REQUEST_TEMPLATE/new_api.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_api.md diff --git a/.github/PULL_REQUEST_TEMPLATE/new_api.md b/.github/PULL_REQUEST_TEMPLATE/new_api.md new file mode 100644 index 0000000000..a123a42ecb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_api.md @@ -0,0 +1,17 @@ +--- +name: New API/Module +about: For major additions to Silk.NET. These require a proposal in the [docs repo](https://github.com/Ultz/Silk.NET). +title: '' +labels: feature +assignees: '' + +--- + +# Proposal +A link to the approved proposal. + +# Summary +A short summary of what this PR will add. + +# Comments +Add any other context about the PR here. From c1729a3583207684e52fc860060cc8e9923e2e35 Mon Sep 17 00:00:00 2001 From: Dylan Perks Date: Wed, 12 Jun 2019 13:24:37 +0100 Subject: [PATCH 2/2] Create everything_else.md --- .../PULL_REQUEST_TEMPLATE/everything_else.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/everything_else.md diff --git a/.github/PULL_REQUEST_TEMPLATE/everything_else.md b/.github/PULL_REQUEST_TEMPLATE/everything_else.md new file mode 100644 index 0000000000..1cffd4c0f3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/everything_else.md @@ -0,0 +1,17 @@ +--- +name: Everything else +about: A PR that does not require a proposal. +title: '' +labels: +assignees: '' + +--- + +# Summary +A summary of the PR. + +# Related Issues, Discord Discussions or Proposals +Links go here. + +# Comments +Any further comments.