diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c6a85b63e..846a4b710 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,29 +1,14 @@ -## Proposed changes - +♥ Thank you for submitting a pull request. ♥ -## Checklist +We will review it in a timely manner, but please follow the CI checks to see +any problems it might discover. - +Want to make a perfect pull request? -- [ ] Lint and unit tests pass locally with my changes. -- [ ] I have added tests that prove my fix is effective or that my feature works. -- [ ] I have added documentation to describe my feature. -- [ ] I have squashed my commits into logic units. -- [ ] I have described the changes in the commit messages. - -## Other information - - diff --git a/.github/renovate.json b/.github/renovate.json index 172d0c46d..b95367726 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,7 +21,7 @@ }, "pep723": { "fileMatch": [ - "scripts/.*" + "^scripts/.*\\.py$" ] }, "packageRules": [