From 5ccd2a015e27e087529872070ffa0e05ca196087 Mon Sep 17 00:00:00 2001 From: notaphplover Date: Thu, 18 Sep 2025 12:58:15 +0200 Subject: [PATCH] docs: update templatre docs --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ------- .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3fb19f01..b4a95486 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,13 +5,6 @@ body: - type: markdown attributes: value: | - ## :warning: We use GitHub Issues to track bug reports and feature requests - - If you are not sure that your issue is a bug, you could: - - - use our [Discord community](https://discord.gg/jXcMagAPnm) - - use [StackOverflow using the tag `inversifyjs`](https://stackoverflow.com/questions/tagged/inversifyjs) - Please, submit the issue in the [monorepo](https://github.com/inversify/monorepo/issues/new?template=bug.yml) Please do not create the issue here, it will be closed. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5fe5c399..9567d3b4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,6 +12,7 @@ body: Please, submit your idea or proposal in the [monorepo](https://github.com/inversify/monorepo/issues/new?template=feature.yml) Please do not create the issue here, it will be closed. + --- - type: checkboxes