From ccbf1016d1f874f5f1d301a3e879ae2b5e1ee980 Mon Sep 17 00:00:00 2001 From: dscyrescotti Date: Thu, 28 Nov 2024 21:19:01 +0700 Subject: [PATCH] chore: update template --- .github/ISSUE_TEMPLATE/bug-report.md | 28 ++++++++++++----------- .github/ISSUE_TEMPLATE/feature-request.md | 16 ++++++------- .github/pull_request_template.md | 2 -- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 00467d6..b72364b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,26 +7,28 @@ assignees: '' --- -**Description** -A clear and concise description of what the bug is. +### Description + -**Steps to reproduce** +### Steps to reproduce + -**Expected behavior** -A clear and concise description of what you expected to happen. +### Expected behavior + -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Screenshots + -**Device (please complete the following information):** - - OS: [e.g. iOS] - - Model: [e.g. iPhone13] - - Version [e.g. v1.0.1] +### Device (please complete the following information) + - OS: + - Model: + - Version -**Additional context** -Add any other context about the problem here. +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index fd1a812..48311c4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -7,14 +7,14 @@ assignees: '' --- -**Backstory** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +### Backstory + -**Proposal** -A clear and concise description of what you want to happen. +### Proposal + -**Alternative** -A clear and concise description of any alternative solutions or features you've considered. +### Alternative + -**Addition** -Add any other context or screenshots about the feature request here, if applicable. +### Addition Context + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 878c586..bafbafc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ - - ### Description