Closed ryansurf closed 3 months ago
This pull request adds a new file named 'pull_request_template.md' in the '.github' directory. The file contains a template for pull requests, which includes a checklist of items for contributors to verify before submitting their pull requests. The template covers general guidelines, code-related checks, and documentation updates.
Files | Changes |
---|---|
.github/pull_request_template.md |
Added a new pull request template with a checklist for contributors |
.github/pull_request_template.md |
Included general checks for following contributing guidelines and avoiding duplicate pull requests |
.github/pull_request_template.md |
Added code-related checks for passing tests, running linter/formatter, and writing new tests |
.github/pull_request_template.md |
Included checks for updating documentation and explaining changes |
Coverage Report
File Stmts Miss Cover Missing src __init__.py 0 0 100% api.py 139 7 95% 37–41, 59, 81–82, 114–115 art.py 9 3 67% 32–33, 36 cli.py 25 0 100% dev_streamlit.py 37 37 0% 1–86 gpt.py 10 6 40% 16–21, 32–45 helper.py 122 37 70% 116, 127–131, 209–217, 229, 242–243, 274–275, 299–300, 363–373, 380–388 send_email.py 24 24 0% 5–48 server.py 47 10 79% 55, 68–71, 87–91, 103–105 settings.py 22 0 100% streamlit_helper.py 33 33 0% 5–90 TOTAL 468 157 66%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
11 | 0 :zzz: | 0 :x: | 0 :fire: | 21.493s :stopwatch: |
124
Summary by Sourcery
Add a pull request template to guide contributors in following project guidelines, ensuring code quality, and updating documentation and tests as necessary.
New Features: