Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from AbdelrahmanHafez/patch-1
Browse files Browse the repository at this point in the history
fix: add PR instructions as comments to hide them in the actual PR
  • Loading branch information
maninder-singh-1 authored Sep 14, 2022
2 parents fa844fd + e6cb0bb commit 87932df
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
<!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. -->

## Types of changes

What types of changes does your code introduce to this repo?
_Put an `x` in the boxes that apply_
<!-- What types of changes does your code introduce to this repo?
_Put an `x` in the boxes that apply_ -->

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Expand All @@ -15,7 +15,7 @@ _Put an `x` in the boxes that apply_

## Checklist

_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
<!-- _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ -->

- [ ] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works
Expand All @@ -24,10 +24,16 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating

## Screenshots

Before
<details>
<summary>Before</summary>

</details>

After
<details>
<summary>After</summary>

</details>

## Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->

0 comments on commit 87932df

Please sign in to comment.