diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..72fb716 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,50 @@ +name: Bug report +description: Create a report to help us improve +title: "[Bug]: " +labels: [bug, Priority-High, want fix, Review Required] +body: + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: false + - type: textarea + attributes: + label: To Reproduce + description: | + Steps to reproduce the behavior. + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + validations: + required: false + - type: textarea + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Screenshot/ Video + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + - type: textarea + attributes: + label: Desktop (please complete the following information) + description: | + Device - [e.g. iPhone6] + OS - [e.g. iOS8.1] + Browser [e.g. stock browser, safari] + Version [e.g. 22] + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/doc_report.yml b/.github/ISSUE_TEMPLATE/doc_report.yml new file mode 100644 index 0000000..85fae0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc_report.yml @@ -0,0 +1,16 @@ +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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..861c1d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,30 @@ +name: Feature request +description: Suggest an idea for this project +title: "[Feature]: " +labels: [feature, Review Required] +body: + - type: textarea + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + placeholder: Ex. I'm always frustated when [...] + validations: + required: false + - type: textarea + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: false + - type: textarea + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..291b586 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ + + +## Fixes Issue + +This PR fixes the following issues: + +#example + + + +## Changes proposed + +Here comes all the changes proposed through this PR + + + + +## Check List (Check all the boxes which are applicable) + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. +- [ ] This PR does not contain plagiarized content. +- [ ] The title of my pull request is a short description of the requested changes. + + + +## Screenshots + +Add all the screenshots which support your changes