-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from ankitkumar748846/pr_template
feat: Added PR template
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
<!-- Thank you for contributing to this repository, it is much appreciated! Make sure that you follow this template strictly, Pull requests won't be merged if the template is not properly filled. | ||
Also keep in mind that the maintainers get notifications of all events on the repository, therefore avoid unnecessary mentions when opening pull requests. Else, feel free to ask queries or for support. | ||
--> | ||
A meaningful title for PR, not like: made changes to xyz.md | ||
|
||
<!-- | ||
It's always a good practice to accompany a pull request with an issue. Use either of the two mentioned below. Remove the one you are not using. | ||
- use "Fixes" only when the pull request completely satisfies the issue | ||
- use "Ref" only when the pull request partially satisfies the issue | ||
--> | ||
Fixes # | ||
|
||
Ref # | ||
|
||
<!-- what all has been done in this pull request --> | ||
#### Changes done: | ||
- [x] Task 1 | ||
|
||
<!-- Any changes which change how the site looks, or adds styling, or fixes any UI issue need to be accompanied | ||
with a screenshot showing the comparison between old and new --> | ||
#### Screenshots | ||
|
||
<!-- Preview links of all the files that have been changed/updated --> | ||
#### Preview Link(s): | ||
|
||
<!-- Before creating a PR, make sure to verify the following. --> | ||
#### ✅️ By submitting this PR, I have verified the following | ||
<!-- put an x inside the square brackets to mark it as done --> | ||
- [ ] Checked to see if a similar PR has already been opened 🤔️ | ||
- [ ] Reviewed the contributing guidelines 🔍️ | ||
- [ ] Sample preview link added (add the link(s) for all the pages changed/updated from the checks tab after checks complete) | ||
- [ ] Tried Squashing the commits into one | ||
|
||
|
||
|