You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
+
<!-- Please do not alter the structure of this PR template -->
2
+
1
3
## Description
2
4
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
+
-->
4
19
5
20
## Related Issue(s)
6
21
@@ -16,6 +31,6 @@
16
31
## Checklist
17
32
18
33
-[ ] 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
20
35
-[ ]_(optional)_ I've added [test](https://github.com/olimorris/codecompanion.nvim/blob/main/CONTRIBUTING.md#testing) coverage for this fix/feature
21
36
-[ ]_(optional)_ I've updated the README and/or relevant docs pages
0 commit comments