Skip to content

Commit

Permalink
Merge branch 'master' into typescript-port
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
markerikson committed Jul 28, 2021
2 parents 9e6793a + 2c7ef25 commit e326d6f
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 70 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,55 @@
name: 🐛 Bug Report
description: Something isn't working correctly.
body:
- type: markdown
attributes:
value: |
Thank you for contributing to open source!
Do you need some help?
======================
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:
- Read the docs: https://react-redux.js.org/
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
- Ask in chat: https://www.reactiflux.com/
Think you found a bug?
======================
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the form below.
- type: textarea
attributes:
label: What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
value: |
- React:
- ReactDOM/React Native:
- Redux:
- React Redux:
validations:
required: true
- type: textarea
attributes:
label: What is the current behavior?
description: |
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
validations:
required: true
- type: textarea
attributes:
label: What is the expected behavior?
validations:
required: true
- type: input
attributes:
label: Which browser and OS are affected by this issue?
validations:
required: false
- type: checkboxes
attributes:
label: Did this work in previous versions of React Redux?
options:
- label: "Yes"
validations:
required: false
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,34 @@
name: 👍 Feature Request
description: I'd like React Redux to do something new.
body:
- type: markdown
attributes:
value: |
Thank you for contributing to open source!
Do you need some help?
======================
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:
- Read the docs: https://react-redux.js.org/
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
- Ask in chat: https://www.reactiflux.com/
- type: textarea
attributes:
label: What is the new or updated feature that you are suggesting?
description: |
Please provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
validations:
required: true
- type: textarea
attributes:
label: Why should this feature be included?
validations:
required: true
- type: textarea
attributes:
label: What docs changes are needed to explain this?
validations:
required: true
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -103,7 +103,7 @@
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-native": "^0.63.3",
"react-native": "^0.64.1",
"react-test-renderer": "^16.14.0",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit e326d6f

Please sign in to comment.