Skip to content

Commit

Permalink
[TASK] Use Slack for questions instead of GitHub discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Mar 6, 2023
1 parent 768f68f commit 2399baa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://typo3.org/community/teams/security
about: If you encounter a security issue 👿, please reach out **only** to the TYPO3 Security Team by writing to security (at) typo3.org. Please don't share the information with the extension author or anyone else.
- name: ❓ Ask question
url: https://github.com/brotkrueml/schema/discussions
about: Please ask questions in discussions 🤗
url: https://typo3.slack.com/app_redirect?channel=CV36M73D5
about: Please ask questions in TYPO3 Slack 🤗
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The changes between the different versions can be found in the
:ref:`changelog <changelog>`.


.. _#ext-schema: https://typo3.slack.com/archives/CV36M73D5
.. _#ext-schema: https://typo3.slack.com/app_redirect?channel=CV36M73D5
.. _auto: https://schema.org/docs/auto.home.html
.. _bibliography: https://schema.org/docs/bib.home.html
.. _health and lifesciences: https://schema.org/docs/health-lifesci.home.html
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github_repository = brotkrueml/schema
github_branch = main

project_contact =
project_discussions = https://github.com/brotkrueml/schema/discussions
project_discussions = https://typo3.slack.com/app_redirect?channel=CV36M73D5
project_home =
project_issues = https://github.com/brotkrueml/schema/issues
project_repository = https://github.com/brotkrueml/schema
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
[Translation](https://crowdin.com/project/typo3-extension-schema) |
[Changelog](https://github.com/brotkrueml/schema/blob/main/CHANGELOG.md) |
[TYPO3 Extension Repository](https://extensions.typo3.org/extension/schema) |
[Forum](https://github.com/brotkrueml/schema/discussions)
[Slack](https://typo3.slack.com/app_redirect?channel=CV36M73D5)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"support": {
"issues": "https://github.com/brotkrueml/schema/issues",
"forum": "https://github.com/brotkrueml/schema/discussions",
"chat": "https://typo3.slack.com/app_redirect?channel=CV36M73D5",
"source": "https://github.com/brotkrueml/schema",
"docs": "https://docs.typo3.org/p/brotkrueml/schema/main/en-us/"
},
Expand Down

0 comments on commit 2399baa

Please sign in to comment.