Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PR & issue template formatting #502

Merged
merged 1 commit into from
Mar 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Describe the issue and the actual behavior
#### Describe the issue and the actual behavior

## Describe the expected behavior
#### Describe the expected behavior

## Provide a CodeSandbox link illustrating the issue
#### Provide a CodeSandbox link illustrating the issue

## Provide steps to reproduce this issue
#### Provide steps to reproduce this issue

## Please check the browsers where the issue is seen
#### Please check the browsers where the issue is seen
- [ ] Chrome
- [ ] Chrome (Android)
- [ ] Safari (OSX)
Expand Down
19 changes: 11 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## Describe the issue/change
## Add CodeSandbox link to illustrate the issue (If applicable)
#### Describe the issue/change

## Describe specs for failing cases if this is an issue (If applicable)
## Describe the changes proposed/implemented in this PR
#### Add CodeSandbox link to illustrate the issue (If applicable)

## Link Github issue if this PR solved an existing issue
## Example usage (If applicable)
#### Describe specs for failing cases if this is an issue (If applicable)

## Screenshot (If applicable)
#### Describe the changes proposed/implemented in this PR

## Please check which browsers were used for testing
#### Link Github issue if this PR solved an existing issue

#### Example usage (If applicable)

#### Screenshot (If applicable)

#### Please check which browsers were used for testing
- [ ] Chrome
- [ ] Chrome (Android)
- [ ] Safari (OSX)
Expand Down