Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 680 Bytes

Contributing to JSON5

We're glad you're interested in contributing to JSON5.

Development

git clone https://github.com/json5/json5
cd json5
npm install

When contributing code, please write relevant tests and run npm test and npm run lint before submitting pull requests. Please use an editor that supports EditorConfig.

Issues

To report bugs or request features regarding the JSON5 data format, please submit an issue to the official specification repository.

To report bugs or request features regarding the JavaScript implementation of JSON5, please submit an issue to this repository.