Skip to content

Commit

Permalink
Update issue templates (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmisty authored Jun 25, 2024
1 parent 9fa44c4 commit 99b89c3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behaviour:
1. '...'
2. '...'

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

**Actual behaviour**
A clear and concise description of what you receive

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

**Desktop (please complete the following information):**
- language [ javascript / typescript ]
- Browser [e.g. chrome, safari]
- @mmisty/cypres-allure-adapter version [e.g. 2.0.1]
- cypress version [e.g. 13.12.0]
- OS: [e.g. iOS]

**Attachments**
- setup file [`e2e.js` / `e2e.ts`/ `setup/index.ts`, `setup/index.js`]
- plugins file [`cypress.config.js` / `cypress.config.ts` / `plugins/index.ts`/`plugins/index.js`]
- `package.json`
- `cypress.env.json` (if any)


**Additional context**
Add any other context about the problem here.

0 comments on commit 99b89c3

Please sign in to comment.