Skip to content

Commit

Permalink
change Bug template & PR template (#475)
Browse files Browse the repository at this point in the history
* change bug template to add code pen

* change pr template

* remove notes for reviewers

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Shobhit1 <shobhit657@gmail.com>
  • Loading branch information
Shobhit1 authored and msft-github-bot committed Mar 29, 2019
1 parent 9083d8e commit ebd66c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -19,6 +19,13 @@ Steps to reproduce the behavior:
3. Scroll down to '...'
4. See error

## CodePen repro example

Please provide a reproduction of the bug in a codepen, if possible. Here’s how

* Goto https://codepen.io/ for a starting codepen
* Create a simple example of the page that you have issues with and Export that codepen or give us a link to that codepen.

## Expected behavior

A clear and concise description of what you expected to happen.
Expand Down
12 changes: 4 additions & 8 deletions .github/pull_request_template.md
@@ -1,15 +1,11 @@
#### Description of changes

(give an overview. Add technical description describing your changes)

#### Pull request checklist

- [ ] Addresses an existing issue: Fixes #0000
- [ ] Added relevant unit test for your changes. (`npm run test`)
- [ ] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage`
- [ ] Ran precheckin (`npm run precheckin`)
- [ ] Added screenshots/GIFs for UI changes.

#### Description of changes

(give an overview. Add technical description describing your changes)

#### Notes for reviewers

(put down any questions or special points for reviewers)

0 comments on commit ebd66c0

Please sign in to comment.