File: PULL_REQUEST_TEMPLATE.md

package info (click to toggle)
sqlparse 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: python: 5,593; sql: 167; makefile: 113; sh: 14
file content (19 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Thanks for contributing!

Before submitting your pull request please have a look at the
following checklist:

- [ ] ran the tests (`pytest`)
- [ ] all style issues addressed (`flake8`)
- [ ] your changes are covered by tests
- [ ] your changes are documented, if needed

In addition, please take care to provide a proper description
on what your change does, fixes or achieves when submitting the 
pull request.

---

**Note:** This repository has automated AI code reviews enabled to help catch
potential issues early and provide suggestions. This is an experimental
feature to support maintainers and contributors – your feedback is welcome!