|
1 | | -## Description |
| 1 | +--- |
| 2 | +name: Pull request |
| 3 | +about: Propose a change to the project |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
2 | 7 |
|
3 | | -Please provide a brief description of the changes in this PR. |
| 8 | +--- |
4 | 9 |
|
5 | | -## Type of Change |
| 10 | +**What does this PR do?** |
| 11 | +A clear and concise description of what this PR does. |
6 | 12 |
|
7 | | -- [ ] Bug fix (non-breaking change which fixes an issue) |
8 | | -- [ ] New feature (non-breaking change which adds functionality) |
9 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
10 | | -- [ ] Documentation update |
11 | | -- [ ] Code refactoring |
12 | | -- [ ] Performance improvement |
13 | | -- [ ] Test addition/update |
| 13 | +**How should this be manually tested?** |
| 14 | +A clear and concise description of how to manually test this PR. |
14 | 15 |
|
15 | | -## Related Issue |
| 16 | +**Any background context you can provide?** |
| 17 | +A clear and concise description of any background context. |
16 | 18 |
|
17 | | -Fixes #(issue number) |
| 19 | +**What are the relevant tickets?** |
| 20 | +A clear and concise description of any relevant tickets. |
18 | 21 |
|
19 | | -## Changes Made |
| 22 | +**Screenshots** |
| 23 | +If applicable, add screenshots to help explain your problem. |
20 | 24 |
|
21 | | -- Change 1 |
22 | | -- Change 2 |
23 | | -- Change 3 |
24 | | - |
25 | | -## Testing |
26 | | - |
27 | | -Describe how you tested your changes: |
28 | | - |
29 | | -```bash |
30 | | -# Example test commands run |
31 | | -pytest tests/ |
32 | | -python qwen_cli_integrator.py venice generate --prompt "test" |
33 | | -``` |
34 | | - |
35 | | -## Checklist |
36 | | - |
37 | | -- [ ] My code follows the project's style guidelines |
38 | | -- [ ] I have performed a self-review of my own code |
39 | | -- [ ] I have commented my code, particularly in hard-to-understand areas |
40 | | -- [ ] I have made corresponding changes to the documentation |
41 | | -- [ ] My changes generate no new warnings |
42 | | -- [ ] I have added tests that prove my fix is effective or that my feature works |
43 | | -- [ ] New and existing unit tests pass locally with my changes |
44 | | -- [ ] Any dependent changes have been merged and published |
45 | | -- [ ] No API keys or secrets are included in the code |
46 | | - |
47 | | -## Screenshots (if applicable) |
48 | | - |
49 | | -Add screenshots to help explain your changes. |
50 | | - |
51 | | -## Additional Notes |
52 | | - |
53 | | -Any additional information or context about the PR. |
| 25 | +**Additional context** |
| 26 | +Add any other context about the problem here. |
0 commit comments