Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: new bug template #591

Merged
merged 15 commits into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Bug report
description: Create a report to help us improve
title: 'Bug:'
labels: ["bug", "triage"]
assignees: arthurfiorette

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: version
attributes:
label: axios-cache-interceptor version
description: What version of our software are you running?
placeholder: v0.9.3
validations:
required: true
- type: input
id: node_version
attributes:
label: Node / Browser Version
description: What version of Node.js / Browser are you running?
placeholder: Node v16.9.1 / Chrome 98
validations:
required: true
- type: input
id: axios_version
attributes:
label: Axios Version
description: What version of Axios are you running?
placeholder: v0.26.1
validations:
required: true
- type: input
id: storage
attributes:
label: What storage is being used
description: What storage is being used?
placeholder: Web Storage
validations:
required: false
arthurfiorette marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: Shell
arthurfiorette marked this conversation as resolved.
Show resolved Hide resolved