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).