react-bootstrap-table2/CONTRIBUTING.md

1023 B

Issues

Before opening an issue, please make sure your problem/request doesn't exist. When you open issue, please provide the following information if possible:

  • Example code or repo (please keep it simple and minimal)
  • Steps to reproduce
  • react-bootstrap-table2 version

Anyway, you're welcome to open an issue to ask questions or discuss about a feature request.

Pull Requests

Check here for getting started with development.

  • When you want to implement a new feature, please let us know (via issues).
  • Please run tests before opening a PR and also remember to test the actual business logic.
  • If your PR is trying to fix a bug, please describe the bug number with hashtag when creating the PR.

For the members of react-bootstrap-table2 org

  • Please convert the ticket to issue when is ticket moved from Backlog to Ready in project.
  • Please write documentation if any new API/feature/props is changed or added.
  • Please add a story example if any new feature is implemented