From 09a7c3b7f68e1dd75038f5e7838c8d66e80e73fe Mon Sep 17 00:00:00 2001 From: Omar Farooq Date: Sat, 12 Sep 2026 14:07:26 +0500 Subject: [PATCH] chore: configure issue reporting links --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 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..239a063 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false + +contact_links: + - name: Security issue + url: https://github.com/omardoesdata/ohmydb-proxy/security + about: Please use the repository security guidance for vulnerabilities or sensitive reports. + + - name: OhMyDB documentation + url: https://github.com/omardoesdata/ohmydb-proxy#readme + about: Check the README and demo guide before opening an issue. + + - name: Reproducible PostgreSQL demo + url: https://github.com/omardoesdata/ohmydb-proxy/blob/main/docs/DEMO.md + about: Use the demo guide to verify expected OhMyDB behavior locally. \ No newline at end of file