Skip to content

Commit 270f9e1

Browse files
authored
Update and rename Bug_report.md to bug_report.yml
1 parent c60ccc5 commit 270f9e1

File tree

2 files changed

+55
-33
lines changed

2 files changed

+55
-33
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🐛 Bug Report
2+
description: Something isn't working correctly.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for contributing to open source!
8+
9+
Do you need some help?
10+
======================
11+
12+
The issue tracker is meant for bug reports only. This isn't the best place for support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
13+
14+
- Read the docs: https://react-redux.js.org/
15+
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
16+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
17+
- Ask in chat: https://www.reactiflux.com/
18+
19+
Think you found a bug?
20+
======================
21+
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the form below.
22+
- type: textarea
23+
attributes:
24+
label: What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
25+
value: |
26+
- React:
27+
- ReactDOM/React Native:
28+
- Redux:
29+
- React Redux:
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: What is the current behavior?
35+
description: |
36+
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to a CodeSandbox (https://codesandbox.io/s/new) or RN Snack (https://snack.expo.io/) example below
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: What is the expected behavior?
42+
validations:
43+
required: true
44+
- type: input
45+
attributes:
46+
label: Which browser and OS are affected by this issue?
47+
validations:
48+
required: false
49+
- type: checkboxes
50+
attributes:
51+
label: Did this work in previous versions of React Redux?options:
52+
options:
53+
- label: Yes
54+
validations:
55+
required: false

0 commit comments

Comments
 (0)