|
1 | 1 | ## Description |
2 | | -[Provide a detailed description of the changes in this PR] |
| 2 | +<!-- Provide a detailed description of the changes in this PR --> |
3 | 3 |
|
4 | 4 | ## Related Issues |
5 | | -[Link to related issues using #issue-number format] |
| 5 | + |
| 6 | +<!-- Link to related issues using #issue-number format --> |
6 | 7 |
|
7 | 8 | ## Documentation PR |
8 | | -[Link to related associated PR in the agent-docs repo] |
| 9 | + |
| 10 | +<!-- Link to related associated PR in the agent-docs repo --> |
9 | 11 |
|
10 | 12 | ## Type of Change |
11 | | -- Bug fix |
12 | | -- New feature |
13 | | -- Breaking change |
14 | | -- Documentation update |
15 | | -- Other (please describe): |
16 | 13 |
|
17 | | -[Choose one of the above types of changes] |
| 14 | +<!-- Choose one of the following types of changes, delete the rest --> |
18 | 15 |
|
| 16 | +Bug fix |
| 17 | +New feature |
| 18 | +Breaking change |
| 19 | +Documentation update |
| 20 | +Other (please describe): |
19 | 21 |
|
20 | 22 | ## Testing |
21 | | -[How have you tested the change?] |
22 | 23 |
|
23 | | -* `hatch fmt --linter` |
24 | | -* `hatch fmt --formatter` |
25 | | -* `hatch test --all` |
26 | | -* Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli |
| 24 | +How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli |
27 | 25 |
|
| 26 | +- [ ] I ran `hatch run prepare` |
28 | 27 |
|
29 | 28 | ## Checklist |
30 | 29 | - [ ] I have read the CONTRIBUTING document |
31 | | -- [ ] I have added tests that prove my fix is effective or my feature works |
| 30 | +- [ ] I have added any necessary tests that prove my fix is effective or my feature works |
32 | 31 | - [ ] I have updated the documentation accordingly |
33 | | -- [ ] I have added an appropriate example to the documentation to outline the feature |
| 32 | +- [ ] I have added an appropriate example to the documentation to outline the feature, or no new docs are needed |
34 | 33 | - [ ] My changes generate no new warnings |
35 | 34 | - [ ] Any dependent changes have been merged and published |
36 | 35 |
|
| 36 | +---- |
| 37 | + |
37 | 38 | By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. |
0 commit comments