Skip to content

Commit 6385e2c

Browse files
committed
chore: update PR template
1 parent c64f22c commit 6385e2c

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1+
<!-- Please do not alter the structure of this PR template -->
2+
13
## Description
24

3-
<!-- If this is a feature request, please describe how it will benefit other CodeCompanion users -->
5+
<!--
6+
Please provide a clear and concise description of your changes.
7+
8+
- What does this PR do?
9+
- Why is this change needed?
10+
- If this is a feature request, describe how it will benefit other CodeCompanion users.
11+
-->
12+
13+
## AI Usage
14+
15+
<!--
16+
CodeCompanion actively encourages PRs and the use of CodeCompanion to help write them.
17+
If you used AI assistance to help with this PR, please briefly describe how you used it and the models you used.
18+
-->
419

520
## Related Issue(s)
621

@@ -16,6 +31,6 @@
1631
## Checklist
1732

1833
- [ ] I've read the [contributing](https://github.com/olimorris/codecompanion.nvim/blob/main/CONTRIBUTING.md) guidelines and have adhered to them in this PR
19-
- [ ] I've run `make all` to ensure docs are generated, tests pass and [StyLua](https://github.com/JohnnyMorganz/StyLua) has formatted my code
34+
- [ ] I've run `make all` to ensure docs are generated, tests pass and [StyLua](https://github.com/JohnnyMorganz/StyLua) has formatted the code
2035
- [ ] _(optional)_ I've added [test](https://github.com/olimorris/codecompanion.nvim/blob/main/CONTRIBUTING.md#testing) coverage for this fix/feature
2136
- [ ] _(optional)_ I've updated the README and/or relevant docs pages

0 commit comments

Comments
 (0)