Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apu52 authored Jan 13, 2024
1 parent 7febe10 commit 8cfda2d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Title and Issue number
<!-- Please make sure issue number is mention in Pull Request else PR will not be merged. -->
Title :

Issue No. :

Code Stack :

Close #<issue_no>
<!-- Example Close #244 -->
<!-- Replace `issue_no` with the issue number which is fixed in this PR -->


# Video/Screenshots (mandatory)
<!--Please try to attach the working video of your new deployed project here -->
<!-- It is not applicable for the templates of adding feature or fixing bugs -->

# Checklist:

- [ ] I have mentioned the issue number in my Pull Request.
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have gone through the `contributing.md` file before contributing
<!-- [X] - put a cross/X inside [] to check the box -->
**Additional context (Mandatory )**

***Are you contributing under any Open-source programme?***
<!--Mention it here-->




0 comments on commit 8cfda2d

Please sign in to comment.