Skip to content

Commit 3d616b7

Browse files
authored
Update README.md
1 parent 3347dca commit 3d616b7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,30 @@ export default Example;
123123
* `submitOnEnter` prop - enables to submit form on key press 'Enter'
124124
* `activityIndicatorEnabled` prop - enables nice activity indicator besides your submit button allowing you to control the timing via a callback.
125125

126+
### Contributing
127+
We welcome [all contributions](https://github.com/vip-git/react-jsonschema-form-material-ui/graphs/contributors), enhancements, and bug-fixes. Open an [issue on GitHub](https://github.com/vip-git/react-jsonschema-form-material-ui/issues) and submit a [pull request](https://github.com/vip-git/react-jsonschema-form-material-ui/pulls).
128+
129+
Building/Testing
130+
To build/test the project locally on your computer:
131+
132+
Fork this repo and then clone
133+
```
134+
git clone https://github.com/vip-git/react-jsonschema-form-material-ui.git
135+
```
136+
137+
Install dependencies and module generator
138+
```
139+
npm install
140+
```
141+
142+
Run the demo to test your changes
143+
```
144+
npm run start:demo
145+
```
146+
147+
Run the tests once you are done with your changes
148+
```
149+
npm test
150+
```
151+
152+
You can send a PR through and a release will be made following [Semantic Versioning](https://semver.org/) once your PR gets merged.

0 commit comments

Comments
 (0)