diff options
author | 2021-04-30 19:39:50 +0100 | |
---|---|---|
committer | 2021-04-30 19:39:50 +0100 | |
commit | 61fff269f2cb4f22aa941115bff16fc6279c1a3e (patch) | |
tree | 533f3ec5ab8325e00e38cd4a96ff5242e80343e9 | |
parent | Merge pull request #713 from python-discord/vcokltfre/fix/avatar-filenames (diff) | |
parent | fix: tempelate -> template (diff) |
Merge pull request #717 from ToxicKidz/pr-template-spelling-fix
Fix the spelling mistake in the PR template
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fade00e1..ba418166 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,6 @@ Issues can be skipped with explicit core dev approval, but you have to link the <!-- Replace [ ] with [x] to mark items as done. --> - [ ] Join the [**Python Discord Community**](https://discord.gg/python)? -- [ ] Read all the comments in this tempelate? +- [ ] Read all the comments in this template? - [ ] Ensure there is an issue open, or link relevant discord discussions? - [ ] Read the [contributing guidelines](https://pythondiscord.com/pages/contributing/contributing-guidelines/)? |