react-data-grid
Version:
Data grid for React
43 lines (28 loc) • 1.37 kB
Markdown
Use [Github issues](https://github.com/adazzle/react-data-grid/issues) for feature requests and bug reports.
### Tests
All commits that fix bugs or add features need a test.
`<blink>` Do not merge code without tests.`</blink>`
### Commit Subjects for Public API Changes
If your patch **changes the API or fixes a bug** please use one of the
following prefixes in your commit subject:
- `[fixed] ...`
- `[changed] ...`
- `[added] ...`
- `[removed] ...`
That ensures the subject line of your commit makes it into the
auto-generated changelog. Do not use these tags if your change doesn't
fix a bug and doesn't change the public API.
Commits with changed, added, or removed, should probably be reviewed by
another collaborator.
#### When using `[changed]` or `[removed]`...
Please include an upgrade path with example code in the commit message.
If it doesn't make sense to do this, then it doesn't make sense to use
`[changed]` or `[removed]` :)
### Docs
Please update the docs with any API changes, the code and docs should
always be in sync.
### Development
- `npm test` will fire up a karma test runner and run tests in Phantom JS
- `npm run debug-test` will fire up a karma test runner and run tests in chrome. This can be used for debugging purposes
- `npm run examples` will load a webpack dev server that will watch
for changes and build the examples