From b80564bca10798912b28f05e139d8c9a629d3136 Mon Sep 17 00:00:00 2001 From: Nikhil Varma <nikhilvarma892@gmail.com> Date: Sat, 13 Mar 2021 22:58:37 +0530 Subject: [PATCH] chore: Fix PR & issue template formatting --- .github/ISSUE_TEMPLATE.md | 10 +++++----- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++-------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6256baf6..e69f27be 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index aaa5e60b..5b025864 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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)