File tree Expand file tree Collapse file tree 2 files changed +10
-25
lines changed
Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Original file line number Diff line number Diff line change 1- ## Proposed changes
2-
31<!--
4- Describe the big picture of your changes here to communicate to the maintainers
5- why we should accept this pull request. If it fixes a bug or resolves a feature
6- request, be sure to link to that issue.
7- -->
2+ ♥ Thank you for submitting a pull request. ♥
83
9- ## Checklist
4+ We will review it in a timely manner, but please follow the CI checks to see
5+ any problems it might discover.
106
11- <!--
12- Put an `x` in the boxes that apply. You can also fill these out after creating
13- the PR. If you're unsure about any of them, don't hesitate to ask. We're here to
14- help! This is simply a reminder of what we are going to look for before merging
15- your code.
16- -->
7+ Want to make a perfect pull request?
178
18- - [ ] Lint and unit tests pass locally with my changes.
19- - [ ] I have added tests that prove my fix is effective or that my feature works.
20- - [ ] I have added documentation to describe my feature.
21- - [ ] I have squashed my commits into logic units.
22- - [ ] I have described the changes in the commit messages.
23-
24- ## Other information
25-
26- <!--
27- Any other information that is important to this PR such as screenshots of how
28- the component looks before and after the change.
9+ • Keep the pull request reasonably sized. Creating more pull request is sometimes better.
10+ • Describe what the pull request does and what issues it does address.
11+ • Ensure that lint and unit tests pass.
12+ • Add tests that prove that the fix is effective or that the new feature works.
13+ • Describe any new features or changed behavior in the documentation.
2914-->
Original file line number Diff line number Diff line change 2121 },
2222 "pep723" : {
2323 "fileMatch" : [
24- " scripts/.*"
24+ " ^ scripts/.*\\ .py$ "
2525 ]
2626 },
2727 "packageRules" : [
You can’t perform that action at this time.
0 commit comments