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