Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #1086

Merged
merged 2 commits into from
Dec 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.