mirror of
https://github.com/kristoferjoseph/flexboxgrid.git
synced 2026-01-24 23:16:48 +00:00
add contribution notes
This commit is contained in:
11
.github/CONTRIBUTING.md
vendored
Normal file
11
.github/CONTRIBUTING.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
Thank you for contributing flexboxgrid!
|
||||
=========================================
|
||||
|
||||
## If you creating issue...
|
||||
|
||||
Please write following issue template.
|
||||
Do not forget describing your platform and code example to reproduce.
|
||||
|
||||
## If you creating pull request...
|
||||
|
||||
Please write following pull request template.
|
||||
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
### Expected behavior
|
||||
|
||||
Write here.
|
||||
|
||||
### Actual behavior
|
||||
|
||||
Write here.
|
||||
|
||||
### Steps to reproduce behavior
|
||||
|
||||
* OS:
|
||||
* Browser:
|
||||
* code/fiddle:
|
||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
### Description
|
||||
|
||||
Write here
|
||||
|
||||
### Check List
|
||||
|
||||
- [ ] run the build script
|
||||
- [ ] bump the version number
|
||||
- [ ] update the html to reflect the new version number
|
||||
- [ ] Update the gh-pages branch
|
||||
Reference in New Issue
Block a user