Initial setup of mycontroller
This commit is contained in:
19
www/libs/patternfly/.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
19
www/libs/patternfly/.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
## Description
|
||||
A few sentences describing the overall goals of the pull request's commits.
|
||||
Include related PRs or Issues
|
||||
|
||||
## Todos
|
||||
- [ ] cross browser test
|
||||
- [ ] Are you sure it works on IE9?
|
||||
- [ ] Is it reponsive?
|
||||
|
||||
## Steps to test or reproduce and link to rawgit
|
||||
Outline the steps to test or reproduce the PR here.
|
||||
|
||||
```sh
|
||||
git pull --prune
|
||||
git checkout <feature_branch>
|
||||
bundle; script/server
|
||||
```
|
||||
|
||||
Also, you may want to please any @mentions you'd like to review.
|
||||
33
www/libs/patternfly/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
33
www/libs/patternfly/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
## Description
|
||||
Write a few sentences describing the overall goals of the pull request's commits.
|
||||
|
||||
(optional) Include related PRs, Issues and or Jira stories.
|
||||
|
||||
## Changes
|
||||
|
||||
Write a list of changes the PR introduces
|
||||
|
||||
* Change 01
|
||||
* Change 02
|
||||
* Change 03
|
||||
|
||||
## Link to rawgit and/or image
|
||||
|
||||
For example: Here is a [link to Alerts on rawgit](https://rawgit.com/patternfly/patternfly/master-dist/dist/tests/alerts.html)
|
||||
|
||||
This is an image:
|
||||
|
||||

|
||||
|
||||
## PR checklist (if relevant)
|
||||
|
||||
- [ ] **Cross browser**: works in IE9
|
||||
- [ ] **Cross browser**: works in IE10
|
||||
- [ ] **Cross browser**: works in IE11
|
||||
- [ ] **Cross browser**: works in Edge
|
||||
- [ ] **Cross browser**: works in Chrome
|
||||
- [ ] **Cross browser**: works in Firefox
|
||||
- [ ] **Cross browser**: works in Safari
|
||||
- [ ] **Cross browser**: works in Opera
|
||||
- [ ] **Responsive**: works in extra small, small, medium and large view ports.
|
||||
- [ ] **Preview the PR**: An image or a URL for designer to preview this PR is provided.
|
||||
Reference in New Issue
Block a user