From 2e9e9f8817969f95f08aacf7845c0d7ef62b53ef Mon Sep 17 00:00:00 2001 From: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> Date: Fri, 21 Jan 2022 07:45:47 -0500 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d154218 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + + +- [ ] The title states the exercise being changed and what the change is using the `exercise: summary of changes` scheme. For example: "01-flex-layout: updated solution CSS" or "grid exercises: fixed naming scheme". +- [ ] If the PR is related to an open issue, link the issue to your pull request. See [Using keywords in issues and pull requests](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) for more info. +- [ ] If changes are requested, please make the changes in a timely manner. After you submit the changes, request another review from the maintainer (top right). + + +#### 1. Describe the changes made and include why they are necessary or important: + +...your text here + +#### 2. Related Issue + +Closes #XXXXX