diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 40deda3ed5..e051614e8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ **Your checklist for this pull request** -- [ ] I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why. +- [ ] I've documented or updated the documentation of every API function and struct this PR changes. - [ ] I've added tests that prove my fix is effective or that my feature works (if possible) **Detailed description** @@ -12,7 +12,7 @@ **Test plan** - + ...