feat: Add issue templates for bug reports and feature requests, and update PR template

This commit is contained in:
HueByte
2026-02-19 09:52:57 +01:00
parent c9f7d86529
commit 653f25b70b
6 changed files with 167 additions and 20 deletions
+2 -10
View File
@@ -14,16 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
**/*.md
!.dev/**
!docs/api/**
!**/node_modules/**
!**/bin/**
!**/obj/**
- name: Run markdownlint
run: bash scripts/lint-markdown.sh
detect-changes:
name: Detect Changes