From 972dfd88e0221b8985d9f1e1b51eb3f60d601aea Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 21 Dec 2021 16:03:21 -0300 Subject: [PATCH] Update issue templates (#1086) * Update issue templates Add issue templates for FastStore repo * Update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Filipe W. Lima Co-authored-by: Filipe W. Lima --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++ .../ISSUE_TEMPLATE/documentation-request.md | 18 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 21 ++++++++++++ .github/ISSUE_TEMPLATE/question.md | 18 ++++++++++ 4 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..166ccd38d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: 'Thanks for reporting a bug. In case this report is not related to the FastStore, + we recommend posting it on the VTEX community: https://community.vtex.com/' +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Current behavior** +A clear and concise description of what is happening to cause the bug. + +**Steps to reproduce** +A step-by-step on how to reproduce the bug behavior. +1. ‘...’ +2. ‘...’ +3. ‘...’ + +**Possible Solution** +If applicable, describe a possible solution to fix the bug. + +**Workspace** +Add a workspace where you tested the bug behavior. + +**Additional context** +Add any other context, screenshots, or comments about the problem. diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md new file mode 100644 index 0000000000..adf0587f12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -0,0 +1,18 @@ +--- +name: Documentation request +about: 'Thanks for contributing. In case this request is not related to the FastStore, + we recommend posting it on the VTEX community: https://community.vtex.com/' +title: '' +labels: documentation +assignees: '' + +--- + +**Documentation description** +A clear and concise description of what you'd like to see documented. + +**Additional context** +Add any other context or comment about the request. + +**References** +Add a link or a list of helpful references to the documentation requested. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..c5dbe1ffa5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: 'Thanks for contributing. In case this request is not related to the FastStore, + we recommend posting it on the VTEX community: https://community.vtex.com/' +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe the feature you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. + +**References** +Add a link or a list of references to the feature requested. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..c393c69269 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,18 @@ +--- +name: Question +about: 'Thanks for your question. In case this question is not related to the FastStore, + we recommend posting it on the VTEX community: https://community.vtex.com/' +title: '' +labels: good first issue, question +assignees: '' + +--- + +**What are you trying to accomplish? Please describe.** +A clear and concise description of what is your question and what you're trying to accomplish. + +**What have you tried so far?** +A clear and concise description of what you tried to do already. + +**Additional context** +Add any other context or comment about your question.