CONTRIBUTING.md

This commit is contained in:
AllenFang 2018-01-22 23:09:07 +08:00
parent 283179ebe1
commit 09fadeb02b

View File

@ -12,6 +12,7 @@ Additionally, asking questions and requesting new features are welcomed via [iss
# Pull Requests # Pull Requests
Check [here](./docs/development.md) for getting started with development. Check [here](./docs/development.md) for getting started with development.
* PR base is `develop` branch
* We recommend filing an [issue](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues) before you implement any new features. * We recommend filing an [issue](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues) before you implement any new features.
* Please ensure that all the test suites have passed before submitting a PR. Besides, always test the actual business logic. * Please ensure that all the test suites have passed before submitting a PR. Besides, always test the actual business logic.
* If your PR is trying to fix a bug, please describe the details as much as you could and tag the bug number with hashtag. * If your PR is trying to fix a bug, please describe the details as much as you could and tag the bug number with hashtag.