Skip to content

Commit

Permalink
Merge pull request #247 from vtex-apps/chore/gh-issue-pr-templates
Browse files Browse the repository at this point in the history
Add missing github issue/pr templates
  • Loading branch information
kaisermann committed Mar 12, 2020
2 parents 3d3da4b + b860e36 commit dd696eb
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop environment:**

<!--
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.
$ npx envinfo --system --binaries --browsers
If the problem happens in a specific browser, please state which browser.
--->

**Smartphone environment:**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'New Feature'
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. For example: I'm always frustrated when [...]

**Describe the solution 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.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/questions-and-help.md
@@ -0,0 +1,18 @@
---
name: Question
about: Ask a question you had while building a store
labels: question
---

**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 in the end is.

**What have you tried so far?**
A clear and concise description of what you tried to do already.

**Additional info**
Add extra content here (code samples, screenshots,...)

| Account | Workspace |
| -------------- | ---------------- |
| `your account` | `your workspace` |

0 comments on commit dd696eb

Please sign in to comment.