Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Thanks for contributing to Spring Integration.
Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with #) or StackOverflow questions.
See the [Contributor Guidelines for more information](https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc).
See the [Contributor Guidelines for more information](https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.md).
-->
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Follow [CONTRIBUTING.md](CONTRIBUTING.md) for code style, commit messages, pull requests and to learn the most useful build commands.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Follow @CONTRIBUTING.md for code style, commit messages, pull requests and to learn the most useful build commands.
218 changes: 144 additions & 74 deletions CONTRIBUTING.adoc → CONTRIBUTING.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First, you need dependencies in your POM/Gradle:
```

which is also pulled transitively if you deal with target protocol channel adapters.
For example for Apache Kafka support you need just this:
For example, for Apache Kafka support you need just this:

```xml
<dependency>
Expand Down Expand Up @@ -126,7 +126,7 @@ File -> Open... -> and select build.gradle from spring-integration project root

# Guidelines

See also [Contributor Guidelines](https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc).
See also [Contributor Guidelines](https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.md).

# Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ The Spring Integration Git repository is located at: https://github.com/spring-p
For the project, we also improved the process of providing code contributions.
Further, we ensure that every commit is peer-reviewed.
In fact, core committers now follow the same process as contributors.
For more details, see https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc[Contributing].
For more details, see https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.md[Contributing].

[[x2.1-sonar]]
=== Improved Source Code Visibility with Sonar
Expand Down
2 changes: 1 addition & 1 deletion src/reference/antora/modules/ROOT/pages/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you're fairly certain that there is a problem in the Spring Integration or wo
If you have a solution in mind or a suggested fix, you can submit a pull request on https://github.com/spring-projects/spring-integration[GitHub].
However, please keep in mind that, for all but the most trivial issues, we expect a ticket to be filed in the issue tracker, where discussions take place and leave a record for future reference.

For more details see the guidelines at the https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc[CONTRIBUTING], top-level project page.
For more details see the guidelines at the https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.md[CONTRIBUTING], top-level project page.


[[overview-getting-started]]
Expand Down
2 changes: 1 addition & 1 deletion src/reference/antora/modules/ROOT/pages/samples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you want to contribute code this way, please reference, if possible, a https:

For the actual code contribution process, read the Contributor Guidelines for Spring Integration.
They apply for the samples project as well.
You can find them at https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc
You can find them at https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.md

This process ensures that every commit gets peer-reviewed.
As a matter of fact, the core committers follow the exact same rules.
Expand Down