diff --git a/.github/ISSUE_TEMPLATE/content-issue.yml b/.github/ISSUE_TEMPLATE/content-issue.yml index 2898379d..c5e05341 100644 --- a/.github/ISSUE_TEMPLATE/content-issue.yml +++ b/.github/ISSUE_TEMPLATE/content-issue.yml @@ -1,6 +1,5 @@ name: 📝 Content Issue description: Report problems with existing documentation content (typos, errors, confusing sections, outdated information) -title: '[Content Issue]: ' labels: ['content', 'bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/content-request.yml b/.github/ISSUE_TEMPLATE/content-request.yml index 936e8e18..7ed96173 100644 --- a/.github/ISSUE_TEMPLATE/content-request.yml +++ b/.github/ISSUE_TEMPLATE/content-request.yml @@ -1,6 +1,5 @@ name: 📚 Content Request description: Request new documentation or coverage for undocumented features, APIs, or functionality -title: '[Content Request]: ' labels: ['content', 'enhancement'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/platform-bug.yml b/.github/ISSUE_TEMPLATE/platform-bug.yml index 46bf1d16..9e83745a 100644 --- a/.github/ISSUE_TEMPLATE/platform-bug.yml +++ b/.github/ISSUE_TEMPLATE/platform-bug.yml @@ -1,6 +1,5 @@ name: 🐛 Platform Bug description: Report issues with the documentation site's functionality (broken features, UI problems, performance issues) -title: '[Platform Bug]: ' labels: ['platform', 'bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/platform-feature-request.yml b/.github/ISSUE_TEMPLATE/platform-feature-request.yml index bac515bd..dab01a5c 100644 --- a/.github/ISSUE_TEMPLATE/platform-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/platform-feature-request.yml @@ -1,6 +1,5 @@ name: ⚡️ Platform Feature Request description: Suggest new functionality or improvements for the documentation site itself -title: '[Platform Feature]: ' labels: ['platform', 'enhancement'] body: - type: markdown