From 6688aadda71ead20ec0120dd1a5cf4af27251aae Mon Sep 17 00:00:00 2001 From: Pranav Barthwal <110532770+PranavBarthwal@users.noreply.github.com> Date: Tue, 7 May 2024 11:02:31 +0000 Subject: [PATCH] add PR template --- .github/ISSUE_TEMPLATE/doc_report.yml | 23 +++++++++++++++++++++++ .github/pull_request_template.md | 21 +++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/doc_report.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/doc_report.yml b/.github/ISSUE_TEMPLATE/doc_report.yml new file mode 100644 index 0000000..8e8590f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc_report.yml @@ -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 \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a215f5f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +# Title of Issue and Pull Request must be Same + +## Title and Issue number + + +Issue No. : + + +## Video/Screenshots (mandatory) + + + +## 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 + + +## Additional context: \ No newline at end of file