Replace spring-batch with spring-ai in GH templates
This commit is contained in:
committed by
Mark Pollack
parent
6554bdebda
commit
cffa790a8b
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -14,7 +14,7 @@ If the bug is trivial, just go ahead and create the issue. Otherwise, please tak
|
||||
A clear and concise description of what the bug is about.
|
||||
|
||||
**Environment**
|
||||
Please provide as many details as possible: Spring Batch version, Java version, which database you use if any, etc
|
||||
Please provide as many details as possible: Spring AI version, Java version, which vector store you use if any, etc
|
||||
|
||||
**Steps to reproduce**
|
||||
Steps to reproduce the issue.
|
||||
@@ -23,5 +23,5 @@ Steps to reproduce the issue.
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Minimal Complete Reproducible example**
|
||||
Please provide a failing test or a [minimal complete verifiable example](https://github.com/spring-projects/spring-batch/blob/main/ISSUE_REPORTING.md) that reproduces the issue.
|
||||
Please provide a failing test or a minimal complete verifiable example that reproduces the issue.
|
||||
Bug reports that are reproducible will take priority in resolution over reports that are not reproducible.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,5 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Questions and Community Support
|
||||
url: https://stackoverflow.com/questions/tagged/spring-batch
|
||||
about: Please ask and answer questions on StackOverflow with the spring-batch tag
|
||||
url: https://stackoverflow.com/questions/tagged/spring-ai
|
||||
about: Please ask and answer questions on StackOverflow with the spring-ai tag
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/miscellaneous.md
vendored
6
.github/ISSUE_TEMPLATE/miscellaneous.md
vendored
@@ -10,8 +10,8 @@ assignees: ''
|
||||
For anything other than bug reports and feature requests (performance, refactoring, etc),
|
||||
just go ahead and file the issue. Please provide as many details as possible.
|
||||
|
||||
If you have a question or a support request, please open a new discussion on [GitHub Discussions](https://github.com/spring-projects/spring-batch/discussions)
|
||||
or ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/spring-batch).
|
||||
If you have a question or a support request, please open a new discussion on [GitHub Discussions](https://github.com/spring-projects-experimental/spring-ai/discussions)
|
||||
or ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/spring-ai).
|
||||
|
||||
Please do **not** create issues on the [Issue Tracker](https://github.com/spring-projects/spring-batch/issues) for questions or support requests.
|
||||
Please do **not** create issues on the [Issue Tracker](https://github.com/spring-projects/spring-ai/issues) for questions or support requests.
|
||||
We would like to keep the issue tracker **exclusively** for bug reports and feature requests.
|
||||
|
||||
Reference in New Issue
Block a user