diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ec89d9563..187088bd4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,6 +3,11 @@ description: Report something that's broken, or not working like intented! title: '' labels: ['🐛 Bug'] body: + - type: markdown + attributes: + value: | + > [!WARNING] + > If you want to report a bug for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose). - type: dropdown id: environment attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index c83fcc939..2b4041188 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,6 +3,11 @@ description: Request a feature to help improve Homarr! title: '<title>' labels: ['✨ Feature'] body: + - type: markdown + attributes: + value: | + > [!WARNING] + > If you want to request a feature for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose). - type: textarea id: feature attributes: diff --git a/.github/ISSUE_TEMPLATE/idea.yml b/.github/ISSUE_TEMPLATE/idea.yml index 594101d00..2f970630b 100644 --- a/.github/ISSUE_TEMPLATE/idea.yml +++ b/.github/ISSUE_TEMPLATE/idea.yml @@ -3,6 +3,11 @@ description: Tell us your idea! We may implement it. title: '<title>' labels: ['🤔 Idea'] body: + - type: markdown + attributes: + value: | + > [!WARNING] + > If you have an idea for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose). - type: textarea id: feature attributes: diff --git a/.github/ISSUE_TEMPLATE/module.yml b/.github/ISSUE_TEMPLATE/module.yml index 214c59dc4..0437173c9 100644 --- a/.github/ISSUE_TEMPLATE/module.yml +++ b/.github/ISSUE_TEMPLATE/module.yml @@ -2,6 +2,11 @@ name: 🏗️ Module request description: Request for a module to be added / an integration with you favourite service ! title: '<title>' body: + - type: markdown + attributes: + value: | + > [!WARNING] + > If you want to request a new integration for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose). - type: textarea id: name attributes: