From 6c644ddaf165d640ce5ac6f4f60941deaba7f5f8 Mon Sep 17 00:00:00 2001 From: olekhondera Date: Fri, 6 Mar 2026 18:48:10 +0200 Subject: [PATCH] chore: remove .github templates (moved to Gitea) Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 5 --- .github/ISSUE_TEMPLATE/feature_request.md | 23 ------------- .github/PULL_REQUEST_TEMPLATE.md | 29 ---------------- 4 files changed, 97 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1b2be03..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Bug Report -about: Report a bug or unexpected behavior -title: "[Bug] " -labels: bug -assignees: "" ---- - -## Description - -A clear and concise description of the bug. - -## Steps to Reproduce - -1. Go to '...' -2. Click on '...' -3. See error - -## Expected Behavior - -What you expected to happen. - -## Actual Behavior - -What actually happened. - -## Environment - -- **OS:** [e.g., macOS 15, Ubuntu 24.04] -- **Browser:** [e.g., Chrome 131, Safari 18] -- **Node.js:** [e.g., 20.x] -- **Package manager:** [e.g., pnpm 9.x] - -## Screenshots / Logs - -If applicable, add screenshots or error logs. - -## Additional Context - -Any other context about the problem. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index dcec1bd..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: Questions & Discussions - url: https://github.com/YOUR_ORG/YOUR_REPO/discussions - about: Use Discussions for general questions instead of opening an issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 86c2aee..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature Request -about: Suggest a new feature or improvement -title: "[Feature] " -labels: enhancement -assignees: "" ---- - -## Problem - -A clear description of the problem this feature would solve. - -## Proposed Solution - -How you think this should work. - -## Alternatives Considered - -Other approaches you've thought about and why they're less suitable. - -## Additional Context - -Any mockups, references, or related issues. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 4e267d6..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ -## What changed and why - - - -## Type of change - -- [ ] Bug fix -- [ ] New feature -- [ ] Refactoring (no functional changes) -- [ ] Documentation update -- [ ] Configuration / CI change - -## Checklist - -- [ ] Code follows project conventions (`RULES.md`) -- [ ] Relevant documentation updated (`docs/`, `DOCS.md`) -- [ ] Tests added/updated (if applicable) -- [ ] No secrets or credentials in the diff -- [ ] Breaking changes described below (if any) - -## Breaking Changes - - - -None - -## Related Issues - -