Commit Graph

13 Commits

Author SHA1 Message Date
Artem Bilan
a3715d04c0 Make CONTRIBUTING.adoc & README.md as actual 2024-01-05 11:31:52 -05:00
Rob Winch
eb6ddfe429 Migrate to Antora Documentation
* Use `providers.provider` for `modifiedFiles`.
This defers the looking up of `modifiedFiles` until it is used. It
also allows other tasks to be ran from the non-primary work tree.
Working in another work tree is essential for Antora which will clone
each branch/tag into a new work tree to process it.

* Migrate Structure

* Insert explicit ids for headers

* Fix image::image

* Copy default antora files

* Fix indentation for all pages

* Split files

* Generate a default navigation

* Remove includes

* Fix cross references

* Enable Section Summary TOC for small pages

* Polish nav.adoc

* Fix duplicate ids

* Escape {firstname} and {lastname}

* Remove links to htmlsingle and pdf Formats

* Fix broken links

* Disable attributes for ${debezium-version}

* Migrate to Asciidoctor Tabs

* Move to src/reference/antora

* Remove Asciidoctor Build

* deploy-docs only spring-projects
2023-08-10 15:10:47 -04:00
Artem Bilan
e7d99e994d Rename master branch to main (#3539) 2021-04-07 15:17:17 -04:00
Artem Bilan
15c2d16866 GH-3438: Add Build from Source into CONTRIBUTING (#3440)
* GH-3438: Add Build from Source into CONTRIBUTING

Fixes https://github.com/spring-projects/spring-integration/issues/3438

It is not clear at the moment what Java version and what build system is used
in the project from the `CONTRIBUTING.adoc`

* Add `Build from Source` section into the `CONTRIBUTING.adoc`
* Point to the `CONTRIBUTING.adoc` from the top level `README.md`
* Fix the current Java version in the `README.md`
* Mention that `Squash commits` must be avoided for subsequent commits into the PR

* * Apply suggest change for docs result
* Change Travis config to use `oraclejdk11` which is minimal already for for the project
2020-12-07 15:04:50 -05:00
Vladimir Plizga
7b71a944f5 Fix typo in CONTRIBUTING.adoc 2020-05-26 09:37:29 -04:00
Artem Bilan
0d9b421cc9 Apply GitHub default community health
* Remove `CODE_OF_CONDUCT.adoc` if favor of the same for a GitHub org
* Move `LICENSE.txt` to the root project dir
* Fix `build.gradle` to copy a `LICENSE.txt` from the actual location
* Fix `README.md` and `CONTRIBUTING.adoc` to point into the actual `CODE_OF_CONDUCT`
& Security policy
* Add `ISSUE_TEMPLATE` directory with files similar to ones in `spring-session`
* Fix wrong section `id` in the `whats-new.adoc`
2020-04-18 16:55:53 -04:00
Artem Bilan
20e8f0af2f Fix HTTP urls to HTTPS
* Do not fix urls for the `http://apache.org/xml/features` when we
configure XML components
* Do not fix urls for localhost and fake links in tests
* Fix all the dead links in docs
2019-03-21 17:16:30 -04:00
Gary Russell
37563a140c Polish Contribution Guidelines 2019-02-08 14:46:35 -05:00
Artem Bilan
936d63bd65 Update CONTRIBUTING for GH issues bug tracking (#2696)
* Update CONTRIBUTING for GH issues bug tracking

* * Still mention JIRA
2019-01-14 13:24:25 -05:00
Artem Bilan
c71240575c CONTRIBUTING: Discuss PR rebase, push --force
Contribution: Change `merge` to `push --force`

Polishing
2017-02-06 12:37:00 -05:00
Gary Russell
e90d74aefa CLA Hook 2016-07-11 05:14:27 -04:00
Artem Bilan
4abc7861f0 GH-1757: Add Code Style Wiki page
Fixes: https://github.com/spring-projects/spring-integration/issues/1757
2016-04-11 14:42:31 -04:00
Gary Russell
d91a6fd467 Add Contributor Covenant
Also convert CONTRIBUTING from markdown to asciidoc.
2016-02-01 17:54:33 -05:00