From 1481cccd6b44385e574698c257d68aa81b4fd08d Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 21 Dec 2021 13:52:59 -0300 Subject: [PATCH 1/2] Update issue templates Add issue templates for FastStore repo --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++ .../ISSUE_TEMPLATE/documentation-request.md | 18 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 18 ++++++++++ 4 files changed, 93 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..11e9e166ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +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 comment about the request. + +**References** +Add a link or a list of references to the feature requested. + +**Additional context** +Add any other context or screenshots about the feature request here. 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. From ef989290daa85df9ac523c6a754c248bca9388a7 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 21 Dec 2021 14:38:41 -0300 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Filipe W. Lima --- .github/ISSUE_TEMPLATE/feature_request.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11e9e166ae..c5dbe1ffa5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -15,10 +15,7 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or comment about the request. +Add any other context or screenshots about the feature request here. **References** Add a link or a list of references to the feature requested. - -**Additional context** -Add any other context or screenshots about the feature request here.