From 24eb15cae591d133aea52a2029cec43d3d3b5cfd Mon Sep 17 00:00:00 2001 From: Andrew Baumann <0xabu@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:08:14 -0800 Subject: [PATCH] fix typos in PR template (#681) --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ed037a3..78e110e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,9 +22,9 @@ instructions so we can reproduce. Include an example pdf if you have one. - [ ] I have added docstrings to newly created methods and classes - [ ] I have optimized the code at least one time after creating the initial version -- [ ] I have updated the [README.md](../README.md) or I am verified that this +- [ ] I have updated the [README.md](../README.md) or verified that this is not necessary -- [ ] I have updated the [readthedocs](../docs/source) documentation or I +- [ ] I have updated the [readthedocs](../docs/source) documentation or verified that this is not necessary -- [ ] I have added a consice human-readable description of the change to +- [ ] I have added a concise human-readable description of the change to [CHANGELOG.md](../CHANGELOG.md)