File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Contribution Guidelines
2
2
3
- First off, thanks for your help!
3
+ First off, thanks for your help! 🙏
4
4
5
5
## Getting started
6
6
@@ -47,7 +47,18 @@ inspect it locally.
47
47
48
48
## Proposing changes
49
49
50
+ Make sure your changes:
51
+
52
+ 1 . Pass the tests: ` pnpm test `
53
+ 2 . Pass linting checks: ` pnpm lint `
54
+ 3 . Have relevant documentation additions / updates (in the ` packages/docs/content ` and the README.md file).
55
+
50
56
This repository uses [ ` semantic-release ` ] ( https://semantic-release.gitbook.io/semantic-release/ )
51
57
to automatically publish new versions of the package to NPM.
52
58
To do this, the Git history follows the
53
59
[ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) format.
60
+
61
+ Pull requests should target the ` next ` branch.
62
+
63
+ If your changes impact the ` nuqs ` package, you'll get a comment from [ pkg.pr.new] ( https://pkg.pr.new )
64
+ with a preview deployment of the package you can install in your application.
You can’t perform that action at this time.
0 commit comments