Skip to content

Commit ca49e34

Browse files
committed
format files
1 parent d3d74c8 commit ca49e34

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ Project maintainers have the right and responsibility to remove, edit, or reject
1111
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
1212

1313
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
14-

CONTRIBUTING.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Contributing
2-
We are open to, and grateful for, any contributions made by the community. By contributing to Redux Toolkit, you agree to abide by the [code of conduct](https://github.com/reduxjs/redux-toolkit/blob/master/CODE_OF_CONDUCT.md).
2+
3+
We are open to, and grateful for, any contributions made by the community. By contributing to Redux Toolkit, you agree to abide by the [code of conduct](https://github.com/reduxjs/redux-toolkit/blob/master/CODE_OF_CONDUCT.md).
34

45
## Reporting Issues and Asking Questions
6+
57
Before opening an issue, please search the [issue tracker](https://github.com/reduxjs/redux-toolkit/issues) to make sure your issue hasn't already been reported.
68

79
Please ask any general and implementation specific questions on [Stack Overflow with a Redux tag](http://stackoverflow.com/questions/tagged/redux?sort=votes&pageSize=50) for support.
@@ -11,30 +13,35 @@ Please ask any general and implementation specific questions on [Stack Overflow
1113
Visit the [Issue tracker](https://github.com/reduxjs/redux-toolkit/issues) to find a list of open issues that need attention.
1214

1315
Fork, then clone the repo:
16+
1417
```
1518
git clone https://github.com/your-username/redux-toolkit.git
1619
```
1720

1821
### Building
1922

2023
Running the `build` task will create both a CommonJS module-per-module build and a UMD build.
24+
2125
```
2226
npm run build
2327
```
2428

2529
### Testing and Linting
2630

2731
To run the tests:
32+
2833
```
2934
npm run test
3035
```
3136

3237
To continuously watch and run tests, run the following:
38+
3339
```
3440
npm test -- --watch
3541
```
3642

3743
To perform linting with `eslint`, run the following:
44+
3845
```
3946
npm run lint
4047
```
@@ -45,11 +52,11 @@ Please open an issue with a proposal for a new feature or refactoring before sta
4552

4653
## Submitting Changes
4754

48-
* Open a new issue in the [Issue tracker](https://github.com/reduxjs/redux-toolkit/issues).
49-
* Fork the repo.
50-
* Create a new feature branch based off the `master` branch.
51-
* Make sure all tests pass and there are no linting errors.
52-
* Submit a pull request, referencing any issues it addresses.
55+
- Open a new issue in the [Issue tracker](https://github.com/reduxjs/redux-toolkit/issues).
56+
- Fork the repo.
57+
- Create a new feature branch based off the `master` branch.
58+
- Make sure all tests pass and there are no linting errors.
59+
- Submit a pull request, referencing any issues it addresses.
5360

5461
Please try to keep your pull request focused in scope and avoid including unrelated commits.
5562

0 commit comments

Comments
 (0)