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:
Ridhwana 2020-04-29 15:39:13 +02:00 committed by GitHub
parent bfcb33743b
commit 0373965435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -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.