react-bootstrap-table2/CONTRIBUTING.md
Allen 507e5544de fix #11
* create document

* CONTRIBUTING

* refine contributing docs

* patch for some propTypes definition missing
2017-08-27 10:55:38 -05:00

898 B

Issues

Before open issue, please make sure your problem/request is open or not. When open issue, please give following information if you can:

  • Example code or repo(Please keep it simple and minimal)
  • Reproduce steps
  • react-bootstrap-table2 version

Anyway, it's welcome to open issue to ask questions or feature request.

Pull Requests

Check here for getting start development.

  • When you want to implement a new feature, please let us know(via issues).
  • Please run test before opening PR and also remember to write test code.
  • If you PR is trying to fix bug, please describe the bug when PR open.

For the member of react-bootstrap-table2 org

  • Please convert ticket to issue when ticket move to Ready from Backlog in project
  • Please write document if any new API/feature/props changed or added
  • Please add story example if any new feature implement