diff --git a/.gitea/issue_template/bugreport.yml b/.gitea/issue_template/bugreport.yml index e57a183..fd71f6d 100644 --- a/.gitea/issue_template/bugreport.yml +++ b/.gitea/issue_template/bugreport.yml @@ -1,7 +1,8 @@ name: '⚠️ Bug report' -description: 'Report a bug in the framework.' +about: 'Report a bug in the framework.' title: 'bug: ' -labels: Bug/New +labels: + - 'Bug/New' body: - type: 'markdown' id: 'text-introduction' diff --git a/.gitea/issue_template/config.yml b/.gitea/issue_template/config.yml index dea5a71..cef3ed4 100644 --- a/.gitea/issue_template/config.yml +++ b/.gitea/issue_template/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: 📚 Documentation - about: Visit the documentation. Maybe your answer is written somewhere on there instead. - url: https://core.staropensource.de - - name: ❓ Infrequently Asked Questions - about: There we cover some questions you may ask yourself (or not). - url: https://core.staropensource.de/iaq + - name: '📚 Documentation' + about: 'Visit the documentation. Maybe your answer is written somewhere on there instead.' + url: 'https://core.staropensource.de' + - name: '❓ Infrequently Asked Questions' + about: 'There we cover some questions you may ask yourself (or not).' + url: 'https://core.staropensource.de/iaq' diff --git a/.gitea/issue_template/featurerequest.yml b/.gitea/issue_template/featurerequest.yml index 62c084c..0180c8f 100644 --- a/.gitea/issue_template/featurerequest.yml +++ b/.gitea/issue_template/featurerequest.yml @@ -1,7 +1,8 @@ name: '✨ Feature Request' -description: 'Request a feature to be implemented in the framework.' +about: 'Request a feature to be implemented in the framework.' title: 'feat: ' -labels: FeatureRequest/New +labels: + - 'FeatureRequest/New' body: - type: 'markdown' id: 'text-introduction' diff --git a/.gitea/issue_template/helprequest.yml b/.gitea/issue_template/helprequest.yml index 25e2b0a..e518d45 100644 --- a/.gitea/issue_template/helprequest.yml +++ b/.gitea/issue_template/helprequest.yml @@ -1,7 +1,8 @@ name: '💬 Help' -description: 'Request help.' +about: 'Request help.' title: 'help: ' -labels: Help/Wanted +labels: + - 'Help/Wanted' body: - type: 'markdown' id: 'text-introduction'