Skip to content

Commit

Permalink
Update issue templates (#1086)
Browse files Browse the repository at this point in the history
* Update issue templates

Add issue templates for FastStore repo

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: Filipe W. Lima <[email protected]>

Co-authored-by: Filipe W. Lima <[email protected]>
  • Loading branch information
Mariana-Caetano and Filipe W. Lima authored Dec 21, 2021
1 parent d5f6824 commit 972dfd8
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-request.md
Original file line number Diff line number Diff line change
@@ -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.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 972dfd8

Please sign in to comment.