From 47a79b41e98aa79142f7b04b90b8dc0cf70f1148 Mon Sep 17 00:00:00 2001
From: Coder_Subhangini <68437435+Subhangini@users.noreply.github.com>
Date: Fri, 15 Oct 2021 21:41:00 +0530
Subject: [PATCH 1/4] Create Custom.md
---
.github/ISSUE_TEMPLATE/Custom.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/Custom.md
diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md
new file mode 100644
index 0000000..5f6c954
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Custom.md
@@ -0,0 +1,23 @@
+---
+name: Custom
+about: Issue is related to Docs/something else
+title: '
'
+labels: Issue type
+assignees: ''
+
+---
+
+
+
+### Current Behavior:
+
+
+### Expected Behavior:
+
+
+### Anything else:
+
From 2c86e3421f19b4eed1ab2f35e21165e519db0c1a Mon Sep 17 00:00:00 2001
From: Coder_Subhangini <68437435+Subhangini@users.noreply.github.com>
Date: Fri, 15 Oct 2021 21:41:52 +0530
Subject: [PATCH 2/4] Create bug.yml
---
.github/ISSUE_TEMPLATE/bug.yml | 51 ++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/bug.yml
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
new file mode 100644
index 0000000..96ff4e9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,51 @@
+name: 🐞 Bug
+description: File a bug/issue
+title: "[BUG] "
+labels: [Bug, Needs Triage]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Current Behavior
+ description: A concise description of what you're experiencing.
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Expected Behavior
+ description: A concise description of what you expected to happen.
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Steps To Reproduce
+ description: Steps to reproduce the behavior.
+ placeholder: |
+ 1. In this environment...
+ 2. With this config...
+ 3. Run '...'
+ 4. See error...
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Anything else?
+ description: |
+ Links? References? Anything that will give us more context about the issue you are encountering!
+
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
+ validations:
+ required: false
+- type: checkboxes
+ attributes:
+ label: Code of Conduct
+ description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
+ options:
+ - label: I agree to follow this project's Code of Conduct
+ required: true
From 0f1e5097cb2638a30cef7db1250aad415398e6ad Mon Sep 17 00:00:00 2001
From: Coder_Subhangini <68437435+Subhangini@users.noreply.github.com>
Date: Fri, 15 Oct 2021 21:42:49 +0530
Subject: [PATCH 3/4] Create feature.yml
---
.github/ISSUE_TEMPLATE/feature.yml | 46 ++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/feature.yml
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
new file mode 100644
index 0000000..37754ca
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,46 @@
+name: Feature
+description: New feature
+title: "[Feature] "
+labels: [Feature]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this feature?
+ description: Please search to see if an issue already exists for the feature you want to introduce.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Feature description
+ description: A concise description of the feature.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Use cases
+ description: A concise description of the its use cases how this feature will be useful for our project and the user.
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Requirements
+ description: What are the prerequisite?
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Anything else?
+ description: |
+ Links? References? Anything that will give us more context about the feature!
+
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
+ validations:
+ required: false
+- type: checkboxes
+ attributes:
+ label: Code of Conduct
+ description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
+ options:
+ - label: I agree to follow this project's Code of Conduct
+ required: true
From 6d89487c88356da749900d355c709df42f98eea0 Mon Sep 17 00:00:00 2001
From: Coder_Subhangini <68437435+Subhangini@users.noreply.github.com>
Date: Fri, 15 Oct 2021 21:43:45 +0530
Subject: [PATCH 4/4] Create PULL_REQUEST_TEMPLATE.md
---
.github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..28caf17
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,34 @@
+## Related Issue
+
+- Mention the issue number that you have solved.
+Example: Fixed Issue #1.
+
+
+
+## Proposed Changes
+
+- Change 1
+- Change 2
+
+
+
+## Additional Information
+
+- Any additional information or context
+
+
+
+## Checklist
+
+- [ ] Tests
+- [ ] Translations
+- [ ] Documentation
+- [ ] Starred the repo
+
+
+
+## Screenshots
+
+Origianl | Updated
+:----------------:|:----------------:
+** Original Screenshots ** | ** Updated Screenshot **