From 5686a1980c69d4fe4f222250eaf8ca742c484011 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 16 Dec 2022 11:24:27 -0600 Subject: [PATCH] [Docs] Doc additions for: * Issue template * Pull request template * Add stackoverflow links * Add getting help section --- .github/ISSUE_TEMPLATE.md | 27 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++ CONTRIBUTING.adoc | 5 ++- README.adoc | 2 +- .../src/main/asciidoc/getting-help.adoc | 16 ++++++++++ .../src/main/asciidoc/index.adoc | 2 ++ 6 files changed, 79 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 spring-pulsar-docs/src/main/asciidoc/getting-help.adoc diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..4bef42f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..527c11e0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index e50b8040..77c1c1e4 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -14,9 +14,8 @@ By participating, you are expected to uphold this code. Please report unacceptab == Using GitHub Issues We use GitHub issues to track bugs and enhancements. -// NYI -// If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow]. -// The Spring Pulsar team and the broader community monitor the https://stackoverflow.com/tags/spring-pulsar[`spring-pulsar`] tag. +If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow]. +The Spring for Apache Pulsar team and the broader community monitor the https://stackoverflow.com/tags/spring-pulsar[`spring-pulsar`] tag. If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem. diff --git a/README.adoc b/README.adoc index 11baf28b..6f4cd0be 100644 --- a/README.adoc +++ b/README.adoc @@ -18,7 +18,7 @@ Are you having trouble with Spring Pulsar? We want to help! * Learn the Spring basics -- Spring Pulsar builds on many other Spring projects; check the https://spring.io[spring.io] website for a wealth of reference documentation. If you are new to Spring, try one of the https://spring.io/guides[guides]. // TODO (NYI): * If you are upgrading, read the {github}/wiki[release notes] for upgrade instructions and "new and noteworthy" features. -// TODO (NYI): * Ask a question -- we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-pulsar[`spring-pulsar`]. +* Ask a question -- we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-pulsar[`spring-pulsar`]. * Report bugs with Spring Pulsar at {github}/issues[github.com/spring-projects-experimental/spring-pulsar/issues]. diff --git a/spring-pulsar-docs/src/main/asciidoc/getting-help.adoc b/spring-pulsar-docs/src/main/asciidoc/getting-help.adoc new file mode 100644 index 00000000..09244f66 --- /dev/null +++ b/spring-pulsar-docs/src/main/asciidoc/getting-help.adoc @@ -0,0 +1,16 @@ +[[getting-help]] += Getting Help +include::attributes.adoc[] + +If you have trouble with Spring for Apache Pulsar, we would like to help. + +* Learn the Spring basics. +Spring for Apache Pulsar builds on several other Spring projects. +Check the https://spring.io[spring.io] web-site for a wealth of reference documentation. +If you are starting out with Spring, try one of the https://spring.io/guides[guides]. +* Ask a question. +We monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-pulsar[`spring-pulsar`]. +* Report bugs at {github}/issues. + +NOTE: All of Spring for Apache Pulsar is open source, including the documentation. +If you find problems with the docs or if you want to improve them, please get involved. diff --git a/spring-pulsar-docs/src/main/asciidoc/index.adoc b/spring-pulsar-docs/src/main/asciidoc/index.adoc index 3c2afdb1..eab80b7b 100644 --- a/spring-pulsar-docs/src/main/asciidoc/index.adoc +++ b/spring-pulsar-docs/src/main/asciidoc/index.adoc @@ -9,6 +9,8 @@ include::copyright.adoc[] include::intro.adoc[leveloffset=+1] +include::getting-help.adoc[leveloffset=+2] + [[reference]] == Reference This part of the reference documentation goes through the details of the various components in Spring for Apache Pulsar.