-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* style: use prettier, commitizen, semantic-release * remove semantic release, conventional commits * Delete extensions.json * Delete settings.json * apply cr feedback Co-authored-by: Tim Dorr <timdorr@users.noreply.github.com>
- Loading branch information
Showing
14 changed files
with
1,386 additions
and
158 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
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,24 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: "Something is broken? \U0001F528" | ||
--- | ||
|
||
# Bug Report | ||
|
||
## Package name / version | ||
|
||
redux-thunk@2.3.0 | ||
|
||
## Description | ||
|
||
## Steps to reproduce | ||
|
||
## Expected behavior | ||
|
||
## Environment | ||
|
||
- OS: [e.g., OSX 10.14.6, Windows 10] | ||
- Node/npm version: [e.g., Node 10.16.2/npm 6.10.3] | ||
- Browser: [e.g., Chrome] | ||
|
||
## Additional context / screenshots |
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,6 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: "I have a suggestion (and may want to implement it \U0001F642)!" | ||
--- | ||
|
||
# Feature Request |
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,6 @@ | ||
--- | ||
name: "\U0001F917 Support Question" | ||
about: "I have a question \U0001F4AC" | ||
--- | ||
|
||
# Question |
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "node" | ||
- 'lts/*' | ||
|
||
cache: npm | ||
|
||
script: | ||
- npm run build | ||
- npm test |
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,8 @@ | ||
:+1: :tada: :sparkling_heart: Thanks for your interest! :sparkling_heart: :tada: | ||
:+1: | ||
|
||
## Tests | ||
|
||
- Write a test for each use case. | ||
- Try to stick to one assertion per use case. | ||
- Too thorough is better than not thorough enough. |
Oops, something went wrong.