File tree 2 files changed +23
-1
lines changed 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ Thanks for your interest in ` chakra-react-select ` ! All forms of contribution are
4
+ welcome, from issue reports to PRs and documentation / write-ups.
5
+
6
+ Before you open a PR:
7
+
8
+ - In development, run ` npm run install:all ` to setup the dependencies for the
9
+ core package and the demo.
10
+ - Run ` npm run dev ` to build (and watch) the package source, as well as run the
11
+ demo project which can be viewed at http://localhost:5152 .
12
+ - Please ensure all the examples work correctly after your change.
13
+ - Also run ` npm run lint ` to ensure that the change meets the projects code
14
+ style setup.
15
+ - Make sure there's an issue open for any work you take on and intend to submit
16
+ as a pull request - it helps core members review your concept and direction
17
+ early and is a good way to discuss what you're planning to do.
18
+ - If you open an issue and are interested in working on a fix, please let us
19
+ know. We'll help you get started, rather than inadvertently doubling up on
20
+ your hard work.
21
+ - All new features and changes need documentation. If you don't have time to
22
+ write any, leave a note in your PR.
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " tsc -b && vite build" ,
8
- "dev" : " vite" ,
8
+ "dev" : " vite --port=5152 " ,
9
9
"lint" : " eslint ." ,
10
10
"preview" : " vite preview"
11
11
},
You can’t perform that action at this time.
0 commit comments