-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1538 from stretchr/issue-templates
[chore] Add issue templates
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
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 --> | ||
<!-- Here: https://github.com/stretchr/testify/discussions/new?category=q-a --> | ||
|
||
## Description | ||
<!-- A detailed description of the bug --> | ||
|
||
## Step To Reproduce | ||
<!-- Steps or code snippet to reproduce the behaviour --> | ||
|
||
## Expected behaviour | ||
<!-- A clear and concise description of what you expected to happen --> | ||
|
||
## Actual behaviour | ||
<!-- What testify does --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
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 --> | ||
<!-- Here: https://github.com/stretchr/testify/discussions/new?category=q-a --> | ||
|
||
## Description | ||
<!-- A clear and concise description of what feature you are proposing --> | ||
|
||
## Proposed solution | ||
<!-- Optionally a suggested implementation --> | ||
|
||
## Use case | ||
<!-- What is the motivation? What workarounds have you used? --> |