From 9e830447454aa262ef3f0a7add52e38b01ef5b06 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Wed, 21 Jun 2023 22:25:41 -0400 Subject: [PATCH] build: add issue config file --- legacy/.github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 legacy/.github/ISSUE_TEMPLATE/config.yml diff --git a/legacy/.github/ISSUE_TEMPLATE/config.yml b/legacy/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..c28351ae --- /dev/null +++ b/legacy/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: ❓Question + url: https://github.com/transitive-bullshit/agentic/discussions/new?category=Q%26A + about: Got a (non-bug related) question? Ask the community for help! + - name: 💡Feature Request + url: https://github.com/transitive-bullshit/agentic/discussions/new?category=Ideas + about: Share ideas for new features with the community. + - name: 🐛Bug Report + url: https://github.com/transitive-bullshit/agentic/issues/new?&template=bug_report.md + about: Create an issue with a bug report.