From 0373965435cef35d2d339c23d47c631d1358e6e2 Mon Sep 17 00:00:00 2001 From: Ridhwana Date: Wed, 29 Apr 2020 15:39:13 +0200 Subject: [PATCH] Implement sentence construction changes on PR template (#7588) * chore: update PR template * chore: change language * chore: revert change after triggering build --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- docs/self-hosting.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 22841f7df..3cf9b741a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 63f510cbd..574f0cac0 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -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.