Skip to content

Commit 7f0943d

Browse files
Update PULL_REQUEST_TEMPLATE.md
1 parent f50e1e6 commit 7f0943d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<!--
2-
Thank you for taking the time to contribute to The Odin Project. In order to get PRs closed in a reasonable amount of time, we request that you include a baseline of information about the changes you are proposing. Please complete each applicable checkbox and answer the following triage questions:
2+
Thank you for taking the time to contribute to The Odin Project. In order to get pull requests (PR) closed in a reasonable amount of time, you must include a baseline of information about the changes you are proposing. Please complete each applicable checkbox and answer the following triage questions:
33
-->
44

5-
- [ ] You have read our [CSS Exercises Contributing Guide](https://github.com/TheOdinProject/css-exercises/blob/main/CONTRIBUTING.md).
6-
- [ ] 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".
7-
- [ ] 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.
8-
- [ ] 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).
5+
- [ ] You have thoroughly read our [CSS Exercises Contributing Guide](https://github.com/TheOdinProject/css-exercises/blob/main/CONTRIBUTING.md).
6+
- [ ] The title of this PR is in `file/exercise/folder: brief description of changes` format, e.g. `01 flex center: add hint for XYZ`
7+
- [ ] If the PR is related to an open issue, link the issue to the PR by replacing `XXXXX` in Step 2 below with the issue number, e.g. `#2013`.
8+
- [ ] If changes are requested, please make the changes in a timely manner. After you submit the changes, request another review from the maintainer (top of the right sidebar).
99

10+
**1. Description of the Changes**
11+
<!-- A clear and concise description of your changes. Also include why you are proposing these changes, such as if it is related to an open issue or another reason. -->
1012

11-
#### 1. Describe the changes made and include why they are necessary or important:
12-
13-
...your text here
14-
15-
#### 2. Related Issue
13+
**2. Related Issue**
1614

1715
Closes #XXXXX

0 commit comments

Comments
 (0)