Implement sentence construction changes on PR template (#7588)
* chore: update PR template * chore: change language * chore: revert change after triggering build
This commit is contained in:
parent
bfcb33743b
commit
0373965435
2 changed files with 6 additions and 6 deletions
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -8,10 +8,10 @@
|
|||
Before submitting a Pull Request, please ensure you've done the following:
|
||||
- 📖 Read the DEV Contributing Guide: https://github.com/thepracticaldev/dev.to/blob/master/CONTRIBUTING.md#create-a-pull-request.
|
||||
- 📖 Read the DEV Code of Conduct: https://github.com/thepracticaldev/dev.to/blob/master/CODE_OF_CONDUCT.md.
|
||||
- 👷♀️ Create small PRs. This is not always possible, but in general it is.
|
||||
- ✅ Provided tests for your changes
|
||||
- 📝 Use descriptive commit messages
|
||||
- 📗 Updated any relevant documentation and added any necessary screenshots
|
||||
- 👷♀️ Create small PRs. In most cases this will be possible.
|
||||
- ✅ Provide tests for your changes.
|
||||
- 📝 Use descriptive commit messages.
|
||||
- 📗 Update any related documentation and include any relevant screenshots.
|
||||
-->
|
||||
|
||||
## What type of PR is this? (check all applicable)
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ platform.
|
|||
|
||||
### I want to stand up my own entity using the DEV codebase, how can I help?
|
||||
|
||||
- You can help us generalize the code, removing DEV-specific language and images
|
||||
and replacing them with environment variables or database tables as
|
||||
- You can help us to generalize the code by removing DEV-specific language and
|
||||
images and replacing them with environment variables or database tables as
|
||||
appropriate
|
||||
- You can commit to staying in very close coordination with us as we navigate
|
||||
the process together.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue