|
1 | | -# Pull Request Template |
| 1 | +# Pull request |
2 | 2 |
|
3 | | -## 📋 Description |
4 | | -Please include a summary of the change and the related issue. |
5 | | -Link the issue with: Closes #ISSUE_NUMBER |
| 3 | +## Description |
6 | 4 |
|
7 | | -## ✅ Type of change |
8 | | -Select the relevant option(s): |
| 5 | +Summarize the user-visible result, related issue, security/resource implications, and any methodology or schema change. |
| 6 | + |
| 7 | +## Type of change |
9 | 8 |
|
10 | 9 | - [ ] 🐞 Bug fix (non-breaking change which fixes an issue) |
11 | 10 | - [ ] ✨ New feature (non-breaking change which adds functionality) |
12 | 11 | - [ ] 🧩 API change (may include breaking changes) |
13 | 12 | - [ ] 📝 Documentation update |
14 | 13 | - [ ] 🔧 Refactor / code style update |
15 | 14 | - [ ] ⚡ Performance improvement |
16 | | -- [ ] ✅ Other (please describe): |
17 | | - |
18 | | -## 🔍 Checklist |
19 | | -- [ ] My code follows the project style guidelines (PEP8, black/flake8). |
20 | | -- [ ] I have tested my changes locally (`uvicorn main:app --reload`). |
21 | | -- [ ] I have updated the documentation (README, Wiki, or RapidAPI examples if needed). |
22 | | -- [ ] I have added/updated tests (if applicable). |
23 | | -- [ ] I have added a clear commit message and PR title. |
| 15 | +- [ ] Security or resource-boundary improvement |
| 16 | +- [ ] Other (please describe) |
24 | 17 |
|
25 | | -## 🧪 How Has This Been Tested? |
26 | | -Describe the tests you ran to verify your changes. Provide instructions so we can reproduce. |
| 18 | +## Checklist |
27 | 19 |
|
28 | | -- Test A |
29 | | -- Test B |
| 20 | +- [ ] `ruff check .` and `ruff format --check .` pass. |
| 21 | +- [ ] `mypy seo_analyzer` passes. |
| 22 | +- [ ] `pytest --cov --cov-report=term-missing` passes. |
| 23 | +- [ ] Network work, loops, payloads, and returned evidence remain bounded. |
| 24 | +- [ ] New findings include evidence, remediation, confidence, and tests. |
| 25 | +- [ ] Scoring/API changes update methodology, docs, and versioning where needed. |
| 26 | +- [ ] No secrets, private target data, or unsupported ranking claims are included. |
30 | 27 |
|
31 | | -## 📸 Screenshots (if applicable) |
32 | | -Add screenshots or response samples to help explain the changes. |
| 28 | +## How has this been tested? |
| 29 | +Describe the tests you ran to verify your changes. Provide instructions so we can reproduce. |
33 | 30 |
|
34 | | -## 📎 Additional context |
35 | | -Add any other context, links, or references about the pull request here. |
| 31 | +Include exact commands and any relevant public test URLs. Add response samples only after removing sensitive data. |
0 commit comments