mirror of https://github.com/stretchr/testify.git
[chore] Add issue templates
parent
14ffa908e6
commit
5ed61202ae
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Format to report a bug
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- if this is a question, consider using the discussion section of this repo -->
|
||||
|
||||
**Describe the bug**
|
||||
<!-- a detailed description of the bug -->
|
||||
|
||||
**To Reproduce**
|
||||
<!-- Steps to reproduce the behavior -->
|
||||
|
||||
**Expected behavior**
|
||||
<!-- A clear and concise description of what you expected to happen -->
|
||||
|
||||
**Screenshots/Snippets**
|
||||
<!-- If applicable, add screenshots or code snippets to help explain your problem -->
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Propose a new feature
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- if this is a question, consider using the discussion section of this repo -->
|
||||
|
||||
**Description**
|
||||
<!-- A clear and concise description of what feature you are proposing -->
|
||||
|
||||
**Proposed solution**
|
||||
<!-- A clear and concise description of what you want to happen -->
|
||||
|
||||
**Use case**
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered -->
|
||||
|
||||
**Any additional context**
|
||||
<!-- Add any other context or screenshots about the feature request here -->
|
Loading…
Reference in New Issue