Trevor Cooper
367d263bee
* Add default bug report and feature request issue templates Using admin privs and settings->features->issue templates per [Github documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) add default Issue templates to the repository. * Rename openqa-test-suite-needle-update.md Rename openqa-test-suite-needle-update.md to openqa_update.md as attempt to restore issue template picker. This rename both shortens the name of the template and replaces `-` characters with `_`. Likely won't make a difference but it's worth a try.
33 lines
680 B
Markdown
33 lines
680 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG] "
|
|
labels: 'type: bug'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**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 (please complete the following information):**
|
|
- OS: [e.g. iOS]
|
|
- Browser [e.g. chrome, safari]
|
|
- Version [e.g. 22]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|