From 5841e52fa982fc9937f1674bb5ec891fa695326b Mon Sep 17 00:00:00 2001 From: alt0 Date: Sun, 30 Oct 2022 23:49:28 +0800 Subject: [PATCH] chore: add issue templates for diff version of affine --- .../{bug-report.yml => bug-report-alpha.yml} | 6 +-- .../ISSUE_TEMPLATE/bug-report-pre-alpha.yml | 45 +++++++++++++++++++ 2 files changed, 48 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.yml => bug-report-alpha.yml} (89%) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-pre-alpha.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report-alpha.yml similarity index 89% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report-alpha.yml index 7ae52cb1af..599cf75af2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-alpha.yml @@ -1,7 +1,7 @@ -name: 🐛 Bug report -description: Report a reproducible bug or regression +name: 🐛 Bug report (Alpha) +description: "Report a reproducible bug or regression for https://pathfinder.affine.pro" title: "[bug]: " -labels: ["bug"] +labels: ["bug", "alpha"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/bug-report-pre-alpha.yml b/.github/ISSUE_TEMPLATE/bug-report-pre-alpha.yml new file mode 100644 index 0000000000..a75e3db6cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-pre-alpha.yml @@ -0,0 +1,45 @@ +name: 🐛 Bug report (Pre-Alpha) +description: "Report a reproducible bug or regression for https://livedemo.affine.pro" +title: "[bug]: " +labels: ["bug", "pre-alpha"] +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this bug report! + - type: input + id: description + attributes: + label: Describe the bug + placeholder: A clear and concise description of what the bug is. + - type: textarea + id: reproduce + attributes: + label: To Reproduce + placeholder: "Steps to reproduce the behavior\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error" + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + placeholder: If applicable, add screenshots to help explain your problem. + - type: textarea + id: expected + attributes: + label: Expected behavior + placeholder: A clear and concise description of what you expected to happen. + - type: input + id: platform + attributes: + label: Platform + placeholder: e.g. MacOS, Windows10... + - type: input + id: browser + attributes: + label: Browser + placeholder: e.g. Chrome, Safari + - type: textarea + id: additional + attributes: + label: Additional context + placeholder: Add any other context about the problem here.