Skip to content

Commit 457bca4

Browse files
author
LangChain4j
authored
Create pull_request_template.md
1 parent f934f16 commit 457bca4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--
2+
Thank you so much for your contribution!
3+
4+
Please fill in all the sections below.
5+
Please open the PR as a draft initially. Once it is reviewed and approved, we will ask you to add documentation and examples.
6+
Please note that PRs with breaking changes or without tests will be rejected.
7+
8+
Please note that PRs will be reviewed based on the priority of the issues they address.
9+
We ask for your patience. We are doing our best to review your PR as quickly as possible.
10+
Please refrain from pinging and asking when it will be reviewed. Thank you for understanding!
11+
-->
12+
13+
## Issue
14+
<!-- Please specify the ID of the issue this PR is addressing. For example: "Closes #1234" or "Fixes #1234" -->
15+
Closes #
16+
17+
## Change
18+
<!-- Please describe the changes you made. -->
19+
20+
21+
## General checklist
22+
<!-- Please double-check the following points and mark them like this: [X] -->
23+
- [ ] There are no breaking changes
24+
- [ ] I have added unit and/or integration tests for my change
25+
- [ ] The tests cover both positive and negative cases
26+
- [ ] I have manually run all the unit and integration tests in the module I have added/changed, and they are all green
27+
<!-- Before adding documentation and example(s) (below), please wait until the PR is reviewed and approved. -->
28+
- [ ] I have added/updated the [documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
29+
- [ ] I have added an example in the [examples repo](https://github.com/langchain4j/langchain4j-examples) (only for "big" features)
30+
31+
32+
## Checklist for adding new Spring Boot starter
33+
<!-- Please double-check the following points and mark them like this: [X] -->
34+
- [ ] I have added my new starter in the root `pom.xml`
35+
- [ ] I have added a `org.springframework.boot.autoconfigure.AutoConfiguration.imports` file in the `langchain4j-{integration}-spring-boot-starter/src/main/resources/META-INF/spring/` directory

0 commit comments

Comments
 (0)