Skip to content

Commit

Permalink
chore: issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Nov 4, 2020
1 parent 9a8ae99 commit 1ef058b
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,58 @@
---
name: Bug Report
about: Something not working for you? Let us know!
labels: 'bug'
---
<!--
This text is a template for reporting bugs correctly, which helps us to fix
them quickly. These are comments, which you may either leave or delete after
reading. Do not delete anything else from this template, and fill out every
section.
If you think this might be your misunderstanding rather than an actual bug,
please [ask in our chat](https://gitter.im/qawolf/community) first.
-->

## Issue Description
<!--
Briefly describe the problem here. You will provide more details
in subsections below. Consider including screen shots, GIFs, or
videos to help explain.
-->


### What version of QA Wolf are you using?


### Errors
<!--
If any text errors are logged, copy them and paste between the triple-backtick
lines below. Otherwise delete this section.
-->
```
```

### Steps to Reproduce
<!--
What exact steps will reproduce this issue every time? What happens
after the last step versus what you expected to happen?
-->
1.
2.

## Possible Solution
<!--
If you think you know how this could be solved, describe your proposed
solution here. Include links to files or specific lines of code on GitHub
if relevant. Otherwise delete this section.
-->

## Information About Your System

- Operating system:
- Operating system version:
- Docker version (if applicable):
- Playwright version:
- Your browser name and browser version:
- Browser and version your tests are running in (if applicable):
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Chat
url: https://gitter.im/qawolf/community
about: Please ask and answer questions here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
@@ -0,0 +1,22 @@
---
name: Documentation
about: Notice something missing or incorrect in our documentation? Tell us about it.
labels: 'documentation'
---
<!--
This text is a template, which helps us to understand and quickly fix the problem.
These are comments, which you may either leave or delete after reading.
Do not delete anything else from this template, and fill out every section.
-->

## Description
<!--
Describe where the docs are wrong and why
-->


## Links
<!--
Paste links to the exact sections or pages that need to be updated
-->

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,39 @@
---
name: Feature Request
about: Use this to request a missing feature that you need, or an improvement to an existing feature.
labels: 'enhancement'
---
<!--
This text is a template for requesting features correctly, which helps us to
understand your needs. These are comments, which you may either leave or
delete after reading. Do not delete anything else from this template, and
fill out every section.
If you are unsure whether QA Wolf already has this feature,
please [ask in our chat](https://gitter.im/qawolf/community) first.
-->

## Feature Description
<!--
Describe what the feature would do, or how an existing feature would change
-->

## Why It Is Needed
<!--
Convince us. How would this feature make your life easier or your tests better?
-->

## Possible Implementation
<!--
If you have a vision for what the commands, API, or interface would be for this
feature, please share it here. Otherwise delete this section.
-->

## Information About Your System

- Operating system:
- Operating system version:
- Docker version (if applicable):
- Playwright version:
- Your browser name and browser version:
- Browser and version your tests are running in (if applicable):

0 comments on commit 1ef058b

Please sign in to comment.