Skip to content

Commit

Permalink
add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavBarthwal committed May 7, 2024
1 parent dee1bd9 commit 6688aad
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/doc_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Documentation request
description: Change regarding improvising the docs to be more accessible
title: "[Doc]: "
labels: [documentation, enhancement, good first issue]
body:
- type: checkboxes
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
options:
- label: Information addition regarding the newest change through a PR.
- label: Typo error.
- label: New category addition.
- label: Refractoring sentences that make more sense.
- label: Fixing broken links.
- label: Refractors / reformating of the document.

- type: textarea
id: description
attributes:
label: Additional Context
validations:
required: true
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Title of Issue and Pull Request must be Same

## Title and Issue number
<!-- Please make sure issue number is mention in Pull Request else PR will not be merged.
eg : #4 -->

Issue No. :


## 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:

0 comments on commit 6688aad

Please sign in to comment.