From 775017d359ea06e85f2942c59133994eb1301bf5 Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:43:16 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/---bug-report.md | 32 +++++++++++++++++++ .github/ISSUE_TEMPLATE/---feature-request.md | 20 ++++++++++++ .../ISSUE_TEMPLATE/---improvement-request.md | 20 ++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/---feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/---improvement-request.md diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 0000000000..b038d2b645 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,32 @@ +--- +name: "\U0001F41B Bug report" +about: Report a reproducible bug or regression +title: "[bug]: " +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Platform (please complete the following information):** + - OS: [e.g. MacOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md new file mode 100644 index 0000000000..318270a4e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F4E6 Feature request" +about: An idea or request for new functionality +title: "[feature]: " +labels: enhancement +assignees: '' + +--- + +**1~3 main use cases of the proposed feature** +Ex: As a ..., I have many tasks scattered across documents, and I want to have a unified entry to view these tasks. + +**Ideas for Solution** +Ex: A task view can be added to view all tasks. + +**what types of users can benefit from using your proposed feature** +Ex: busy programmer. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/---improvement-request.md b/.github/ISSUE_TEMPLATE/---improvement-request.md new file mode 100644 index 0000000000..c810dafefe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---improvement-request.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F340 Improvement request" +about: An improvement to existing functionality +title: "[improvement]: " +labels: improvement +assignees: '' + +--- + +**1~3 main use cases of the proposed improvement** +Ex: As a ..., I have many tasks scattered across documents, and I want to have a unified entry to view these tasks. + +**Ideas for Solution** +Ex: A task view can be added to view all tasks. + +**what types of users can benefit from using your proposed feature** +Ex: busy programmer. + +**Additional context** +Add any other context or screenshots about the feature request here.