You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: processed all high-level texts for grammatical corrections
* chore: the sense was incorrectly corrected by the processor
* chore: fixed unnecessary commas and grammar correction nuances
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Jiachi Liu <[email protected]>
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,25 @@ Thank you for reading this guide and we appreciate any contribution.
4
4
5
5
## Ask a Question
6
6
7
-
You can use the repository's [Discussions](https://github.com/vercel/swr/discussions) page to ask any questions, post feedback or share your experience on how you use this library.
7
+
You can use the repository's [Discussions](https://github.com/vercel/swr/discussions) page to ask any questions, post feedback, or share your experience on how you use this library.
8
8
9
9
## Report a Bug
10
10
11
11
Whenever you find something which is not working properly, please first search the repository's [Issues](https://github.com/vercel/swr/issues) page and make sure it's not reported by someone else already.
12
12
13
-
If not, feel free to open an issue with the detailed description of the problem and the expected behavior. And reproduction (for example a [CodeSandbox](https://codesandbox.io) link) will be extremely helpful.
13
+
If not, feel free to open an issue with a detailed description of the problem and the expected behavior. And reproduction (for example a [CodeSandbox](https://codesandbox.io) link) will be extremely helpful.
14
14
15
15
## Request for a New Feature
16
16
17
-
For new features, it would be great to have some discussions from the community before starting working on it. You can either create an issue (if there isn't one) or post a thread in the [Discussions](https://github.com/vercel/swr/discussions) page to describe the feature that you want to have.
17
+
For new features, it would be great to have some discussions from the community before starting working on it. You can either create an issue (if there isn't one) or post a thread on the [Discussions](https://github.com/vercel/swr/discussions) page to describe the feature that you want to have.
18
18
19
-
If possible, you can add other additional context like how this feature can be implemented technically, what other alternative solutions we can have, etc.
19
+
If possible, you can add another additional context like how this feature can be implemented technically, what other alternative solutions we can have, etc.
20
20
21
21
## Open a PR for Bugfix or Feature
22
22
23
23
### Local Development with Examples
24
24
25
-
To run SWR locally, you can start it with any example in `examples` folder. You need to setup the example and run command in the root directory for overriding SWR and its dependencies to local assets.
25
+
To run SWR locally, you can start it with any example in the `examples` folder. You need to set up the example and run the command in the root directory for overriding SWR and its dependencies to local assets.
0 commit comments