UNPKG

463 BPlain TextView Raw
1## Description
2A few sentences describing the overall goals of the pull request's commits.
3Include related PRs or Issues
4
5## Todos
6- [ ] cross browser test
7- [ ] Are you sure it works on IE9?
8- [ ] Is it reponsive?
9
10## Steps to test or reproduce and link to rawgit
11Outline the steps to test or reproduce the PR here.
12
13```sh
14git pull --prune
15git checkout <feature_branch>
16bundle; script/server
17```
18
19Also, you may want to please any @mentions you'd like to review.