From c1514fd270b1969d1eef34740e7716c05fb148e3 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Tue, 28 Nov 2023 01:14:52 +0100 Subject: [PATCH] ci(github): fix developer bug report template link --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5b5194e..1a9a55a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Developer Bug Report - url: https://bounty.github.com/ + url: https://github.com/ivangabriele/openai-autogen-dev-studio/issues/new?template=developer_bug_report.md about: File a bug report as a developer (issues related to the source code). - name: Feature Request url: https://github.com/ivangabriele/openai-autogen-dev-studio/discussions/categories/feature-request-proposals