From 2a9e23308dc66ffd6ea4a3ee57bbdbb36c0e6d05 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:57:53 +0100 Subject: [PATCH] Pull request templates (#3777) Mostly lifted from https://github.com/matrix-org/matrix-spec/tree/188eba69696e3429f25928103e7d60417c871d29/.github/PULL_REQUEST_TEMPLATE, where they were misplaced. --- .../PULL_REQUEST_TEMPLATE/ready-proposal.md | 21 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/wip-proposal.md | 20 ++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/ready-proposal.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/wip-proposal.md diff --git a/.github/PULL_REQUEST_TEMPLATE/ready-proposal.md b/.github/PULL_REQUEST_TEMPLATE/ready-proposal.md new file mode 100644 index 00000000..b8e262a4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/ready-proposal.md @@ -0,0 +1,21 @@ +--- +name: Proposal ready for review +about: A proposal that is ready for review by the core team and community. +title: '' +labels: proposal, proposal-in-review +assignees: '' + +--- + + + +### Pull Request Checklist + + + +* [ ] Pull request includes a [sign off](https://github.com/matrix-org/matrix-spec-proposals/blob/master/CONTRIBUTING.md#sign-off) +* [ ] Update the title and file name of your proposal to match this PR's number (after opening). +* [ ] Pull request includes a ['Rendered' link](https://matrix.org/docs/spec/proposals#process) above. +* [ ] Ask in + [#matrix-spec:matrix.org](https://matrix.to/#/#matrix-spec:matrix.org) to + get feedback on this PR. diff --git a/.github/PULL_REQUEST_TEMPLATE/wip-proposal.md b/.github/PULL_REQUEST_TEMPLATE/wip-proposal.md new file mode 100644 index 00000000..4744c746 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/wip-proposal.md @@ -0,0 +1,20 @@ +--- +name: WIP Proposal +about: A proposal that isn't quite ready for formal review yet. +title: '[WIP] Your Proposal Title' +labels: proposal +assignees: '' + +--- + + + +### Pull Request Checklist + + + +* [ ] Pull request includes a [sign off](https://github.com/matrix-org/matrix-spec-proposals/blob/master/CONTRIBUTING.md#sign-off) +* [ ] Update the title and file name of your proposal to match this PR's number (after opening). +* [ ] Pull request includes a ['Rendered' link](https://matrix.org/docs/spec/proposals#process) above. + +