Skip to content

Commit b3a3c3e

Browse files
Merge pull request rails#51309 from adityapandit17/update-pull-request-template
Updated the pull request template, grammatical and general wordings [skip ci]
2 parents a534bac + bf48b15 commit b3a3c3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#cont
1414
About this template
1515
1616
The following template aims to help contributors write a good description for their pull requests.
17-
We'd like you to provide a description of the changes in your pull request (i.e. bugs fixed or features added), motivation behind the changes, and complete the checklist below before opening a pull request.
17+
We'd like you to provide a description of the changes in your pull request (i.e. bugs fixed or features added), the motivation behind the changes, and complete the checklist below before opening a pull request.
1818
1919
Feel free to discard it if you need to (e.g. when you just fix a typo). -->
2020

@@ -33,13 +33,13 @@ This Pull Request changes [REPLACE ME]
3333

3434
### Additional information
3535

36-
<!-- Provide additional information such as benchmarks, reference to other repositories or alternative solutions. -->
36+
<!-- Provide additional information such as benchmarks, references to other repositories, or alternative solutions. -->
3737

3838
### Checklist
3939

4040
Before submitting the PR make sure the following are checked:
4141

42-
* [ ] This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
42+
* [ ] This Pull Request is related to one change. Unrelated changes should be opened in separate PRs.
4343
* [ ] Commit message has a detailed description of what changed and why. If this PR fixes a related issue include it in the commit message. Ex: `[Fix #issue-number]`
4444
* [ ] Tests are added or updated if you fix a bug or add a feature.
4545
* [ ] CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature. Minor bug fixes and documentation changes should not be included.

0 commit comments

Comments
 (0)