Files
react-content-loader/.github/PULL_REQUEST_TEMPLATE.md
Ajay Poshak 26e07cb1ee Templates for pull requests and issues (#86)
* Add issue template for better explanation of issues

* Add template for pull request to standardize the information taken
2018-03-08 15:21:06 -03:00

530 B

Summary

In this section, you should give the overview of the problem and the proposed changes.

If this PR is fixing any issue, then please include - Related Issue #[issue number]

Any Breaking Changes

If this PR is introducing any breaking changes then mention them in this section.

Checklist

  • [] Are all the test cases passing?
  • [] If any new feature has been added, then are the test cases updated/added?
  • [] Has the documentation been updated for the proposed change, if required?