mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-28 20:25:30 +08:00
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:
committed by
Danilo Woznica
parent
a8dae9f563
commit
26e07cb1ee
10
.github/ISSUE_TEMPLATE.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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?
|
||||
Reference in New Issue
Block a user