From aba0205467eec9fb3a38b0b79accd6fc17dab25c Mon Sep 17 00:00:00 2001 From: Wiktoria Van Harneveldt Date: Sun, 30 Aug 2026 11:43:16 +0200 Subject: [PATCH] docs(#100): add markdown GitHub issue template and disable blank issues Co-authored-by: Cursor --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/issue.md | 39 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..bfbb27f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,39 @@ +--- +name: Issue +about: Describe the work, acceptance criteria, questions, and scope +--- + +Short description why. + +## Acceptance Criteria + +- at least one criteria +- more are better + +## Open Questions + +- any questions that need to be answered before work can start + +## Out of Scope + +Explain what is out of scope for this issue. + +## Bug details (if this is a bug) + +Fill this subsection only when reporting a bug. Skip it for features and chores. + +### Current behavior + +### Expected behavior + +### Steps to reproduce + +1. +2. +3. + +### Environment + +- OS: +- Node: +- pnpm: