Skip to content

Commit b23c787

Browse files
authored
Merge pull request #72 from vtex-apps/chore/gh-issue-pr-templates
Add missing github issue/pr templates
2 parents 877df2c + 249b615 commit b23c787

File tree

4 files changed

+79
-32
lines changed

4 files changed

+79
-32
lines changed

.github/ISSUE_TEMPLATE.md

-32
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior:
12+
13+
1. Go to '...'
14+
2. Click on '....'
15+
3. Scroll down to '....'
16+
4. See error
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Desktop environment:**
25+
26+
<!--
27+
Please paste the ouput of the following command in your issue. It helps us identify your environment and act more quickly to solve your problem.
28+
29+
$ npx envinfo --system --binaries --browsers
30+
31+
If the problem happens in a specific browser, please state which browser.
32+
--->
33+
34+
**Smartphone environment:**
35+
36+
- Device: [e.g. iPhone6]
37+
- OS: [e.g. iOS8.1]
38+
- Browser [e.g. stock browser, safari]
39+
- Version [e.g. 22]
40+
41+
**Additional context**
42+
Add any other context about the problem here.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'New Feature'
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. For example: I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Question
3+
about: Ask a question you had while building a store
4+
labels: question
5+
---
6+
7+
**What are you trying to accomplish? Please describe.**
8+
A clear and concise description of what is your question and what you're trying to accomplish in the end is.
9+
10+
**What have you tried so far?**
11+
A clear and concise description of what you tried to do already.
12+
13+
**Additional info**
14+
Add extra content here (code samples, screenshots,...)
15+
16+
| Account | Workspace |
17+
| -------------- | ---------------- |
18+
| `your account` | `your workspace` |

0 commit comments

Comments
 (0)