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
This commit is contained in:
Ajay Poshak
2018-03-08 23:51:06 +05:30
committed by Danilo Woznica
parent a8dae9f563
commit 26e07cb1ee
2 changed files with 23 additions and 0 deletions

10
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,10 @@
## What did you do?
Please include the actual source code causing the issue.
## What did you expect to happen?
Please mention the expected behaviour.
## What happened actually?
### Which versions of react-content-loader, and which browser are affected by this issue?
Please also mention the version of react.

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,13 @@
## Summary
In this section, you should give the overview of the problem and the proposed changes.
## Related Issue #[issue number]
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?