From a08f0ccebba9abf256c38eb99a74e37426a319f8 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Tue, 21 Apr 2026 07:41:13 +0300 Subject: [PATCH] docs: link to org Discussions community hub Add issue template contact_links + README section pointing to https://github.com/orgs/opendecree/discussions as the single community surface for all OpenDecree repos. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..5ac34ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Community Discussions + url: https://github.com/orgs/opendecree/discussions + about: Questions, ideas, and show-and-tell — ask here before filing an issue. diff --git a/README.md b/README.md index c39f0cf..9151119 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ For detailed concepts (schemas, typed values, versioning, auth), see the [main O - Python 3.11+ - A running OpenDecree server (v0.3.0+) +## Questions? + +Head to [OpenDecree Discussions](https://github.com/orgs/opendecree/discussions) — our community hub covers all OpenDecree repos. + ## License Apache License 2.0 — see [LICENSE](LICENSE).