Browse Source

Update Stack Overflow tag to spring-authorization-server

pull/1468/head
Joe Grandja 3 years ago
parent
commit
0b1e77828a
  1. 4
      .github/ISSUE_TEMPLATE/config.yml
  2. 2
      CONTRIBUTING.adoc
  3. 2
      README.adoc
  4. 2
      docs/src/docs/asciidoc/getting-help.adoc

4
.github/ISSUE_TEMPLATE/config.yml

@ -1,5 +1,5 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: Community Support - name: Community Support
url: https://stackoverflow.com/questions/tagged/spring-security url: https://stackoverflow.com/questions/tagged/spring-authorization-server
about: Please ask and answer questions on StackOverflow with the tag `spring-security`. about: Please ask and answer questions on StackOverflow with the tag `spring-authorization-server`.

2
CONTRIBUTING.adoc

@ -11,7 +11,7 @@ Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
== Using GitHub Issues == Using GitHub Issues
We use GitHub issues to track bugs and enhancements. We use GitHub issues to track bugs and enhancements.
If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow]. If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow].
The Spring Security team and the broader community monitor the https://stackoverflow.com/tags/spring-security[`spring-security`] tag. The Spring Security team and the broader community monitor the https://stackoverflow.com/tags/spring-authorization-server[`spring-authorization-server`] tag.
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. 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 https://stackoverflow.com/help/minimal-reproducible-example[complete & minimal sample project] that reproduces the problem. Ideally, that would include a https://stackoverflow.com/help/minimal-reproducible-example[complete & minimal sample project] that reproduces the problem.

2
README.adoc

@ -78,7 +78,7 @@ git clone git@github.com:spring-projects/spring-authorization-server.git
Discover more commands with `./gradlew tasks`. Discover more commands with `./gradlew tasks`.
== Getting Support == Getting Support
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow]. Check out the https://stackoverflow.com/questions/tagged/spring-authorization-server[Spring Authorization Server tags on Stack Overflow].
https://spring.io/support[Commercial support] is available too. https://spring.io/support[Commercial support] is available too.
== Contributing == Contributing

2
docs/src/docs/asciidoc/getting-help.adoc

@ -17,7 +17,7 @@ The following are some of the best ways to get help:
* Learn the Spring Security basics that Spring Authorization Server builds on. If you are starting out with Spring Security, check the https://spring.io/projects/spring-security#learn[reference documentation] or try one of the https://github.com/spring-projects/spring-security-samples[samples]. * Learn the Spring Security basics that Spring Authorization Server builds on. If you are starting out with Spring Security, check the https://spring.io/projects/spring-security#learn[reference documentation] or try one of the https://github.com/spring-projects/spring-security-samples[samples].
* Read through xref:index.adoc[this documentation]. * Read through xref:index.adoc[this documentation].
* Try one of our many https://github.com/spring-projects/spring-authorization-server/tree/main/samples[sample applications]. * Try one of our many https://github.com/spring-projects/spring-authorization-server/tree/main/samples[sample applications].
* Ask a question on Stack Overflow with the https://stackoverflow.com/questions/tagged/spring-security[`spring-security`] tag. * Ask a question on Stack Overflow with the https://stackoverflow.com/questions/tagged/spring-authorization-server[`spring-authorization-server`] tag.
* Report bugs and enhancement requests on https://github.com/spring-projects/spring-authorization-server/issues[GitHub]. * Report bugs and enhancement requests on https://github.com/spring-projects/spring-authorization-server/issues[GitHub].
NOTE: Spring Authorization Server is open source, including the documentation. If you find problems with the docs or if you want to improve them, please https://github.com/spring-projects/spring-authorization-server[get involved]. NOTE: Spring Authorization Server is open source, including the documentation. If you find problems with the docs or if you want to improve them, please https://github.com/spring-projects/spring-authorization-server[get involved].

Loading…
Cancel
Save