[DOCS] Support for new Wiki (#63)

* Links to wiki from CONTRIBUTING.adoc
* Adds idea code style (it is mentioned in wiki)
* Adds asciidocs target in build (it is mentioned in wiki)
This commit is contained in:
Chris Bono
2022-08-13 00:25:53 -05:00
committed by GitHub
parent e6d517fb42
commit 01017cb020
4 changed files with 140 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
= Contributing to Spring Pulsar
:github: https://github.com/spring-projects-experimental/spring-pulsar
Spring Pulsar is released under the Apache 2.0 license. If you would like to contribute something, or want to hack on the code this document should help you get started.
@@ -56,5 +58,4 @@ added after the original pull request but before a merge.
== Working with the Code
**#TODO#**
For information on editing, building, and testing the code, see the https://github.com/spring-projects/spring-pulsar/wiki/Working-with-the-Code[Working with the Code] page on the project wiki.
For information on editing, building, and testing the code, see the link:${github}/wiki/Working-with-the-Code[Working with the Code] page on the project wiki.