From 457bca4cd5e9c33df1dd323ce027818866a48139 Mon Sep 17 00:00:00 2001 From: LangChain4j Date: Fri, 29 Nov 2024 18:01:38 +0100 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0a3af6ca --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + +## Issue + +Closes # + +## Change + + + +## General checklist + +- [ ] There are no breaking changes +- [ ] I have added unit and/or integration tests for my change +- [ ] The tests cover both positive and negative cases +- [ ] I have manually run all the unit and integration tests in the module I have added/changed, and they are all green + +- [ ] I have added/updated the [documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs) +- [ ] I have added an example in the [examples repo](https://github.com/langchain4j/langchain4j-examples) (only for "big" features) + + +## Checklist for adding new Spring Boot starter + +- [ ] I have added my new starter in the root `pom.xml` +- [ ] 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