Skip to content

Commit

Permalink
Merge pull request #603 from kanishkasah20/main
Browse files Browse the repository at this point in the history
[Gssoc'23] Added issue and pull request template in workflows
  • Loading branch information
aniketsinha2002 authored Jul 26, 2023
2 parents ff1405d + c22cd68 commit 5cb03bd
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/workflows/Issue_Template/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name: BUG REPORT
about: If you find any bugs in the repository use this template to report them
title: "[BUG]"
labels: ''
assignees: ''

---

# Bug Report

<!-- If you found a bug in the code, please report it using this template. -->

---

| Field | Description |
| -------- | ----------------------------------------- |
| About | Explain in detail the bug you experienced |
| Name | Your GitHub name |
| Email | |
| Label | Bug Report |
| Assignee | '' |

<!-- Your GitHub profile link -->

---

**Define Yourself**

- [ ] GSSOC Participant
- [ ] Contributor

<!-- Have you talked to any of the Moderators or Project Admin (Adithya S K or CognitiveLab) before creating this issue? If not, please have a quick discussion first and then once approved, create this bug report. -->

**Describe the Problem**

<!-- A clear and concise description of what the problem is. -->

**Expected Behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Actual Behavior**

<!-- A clear and concise description of what actually happened. -->

**Screenshots**

<!-- If applicable, add screenshots to help explain the bug. -->

**Possible Solution (optional)**

<!-- If you have suggestions on a possible solution, please describe it here. -->
54 changes: 54 additions & 0 deletions .github/workflows/Issue_Template/project_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Project Request
about: If you want to propose a project idea that can be added to the repository
title: "[PROJECT PROPOSAL]"
labels: ''
assignees: ''

---

## Project Request

<!-- Describe the project and the problem statement-->

---

| Field | Description |
| ------ | --------------------------------- |
| About | A short Description about project |
| Github | Your Github name |
| Email | |
| Label | Project Request |

<!-- your github profile link -->

---

**Define You**

- [ ] GSSOC Participant
- [ ] Contributor

<!-- Have you talked to any of the Moderators or Project Admin (Adithya S K or CognitiveLab) before creating this issue? If not, just have a quick discussion and then once approved, create this feature request. -->

# Project Name

<!-- Replace with the project name -->

## Description

<!-- add description to the project -->

[Description of the project, its goals, and expected outcomes]

## Scope

[The project's boundaries, including its objectives, deliverables, and constraints]

## Timeline

[The project's estimated start and end dates, milestones, and deadlines for deliverables]

## Video Links or Support Links

[Links that can support the project in anyway]
52 changes: 52 additions & 0 deletions .github/workflows/Issue_Template/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## Related Issue
## [x] makes it tick in markdown
- Info about the related issue

- [ ] GSSOC Participant
- [ ] Contributor

Closes: #issue number that will be closed through this PR

### Describe the changes you've made

Give a clear description what modifications you have made

## Type of change

What sort of change have you made:

<!--
Example how to mark a checkbox:-
- [x] My code follows the code style of this project.
-->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Code style update (formatting, local variables)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## Add screenshots of code changes and how it looks now (if it's a change in flow add a video)

Describe how have you verified the changes made

## Checklist:

<!--
Example how to mark a checkbox:-
- [x] My code follows the code style of this project.
-->

- [ ] My code follows the guidelines of this project.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly wherever it was hard to understand.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] Any dependent changes have been merged and published in downstream modules.

## Screenshots

| Original | Updated |
| :-----------------: | :----------------: |
| Original Screenshot | Updated Screenshot |
50 changes: 50 additions & 0 deletions .github/workflows/Issue_Template/update_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Update Request
about: If you want to make any updates to a project
title: "[UPDATE]"
labels: ''
assignees: ''

---

<!-- I want to change the data set for this particular project -->

---

| Field | Description |
| ------ | --------------------------------- |
| About | A short Description about project |
| Github | Your Github name |
| Email | |
| Label | Update request |

<!-- your github profile link -->

---

**Define You**

- [ ] GSSOC Participant
- [ ] Contributor

<!-- Have you talked to any of the Moderators or Project Admin (Adithya S K or CognitiveLab) before creating this issue? If not, just have a quick discussion and then once approved, create this feature request. -->

**Is your feature request related to a problem? Please describe.**

<!-- A clear and concise description of what the problem is. -->

**Describe the solution you'd like...**

<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered?**

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Approach to be followed (optional):**

<!-- A clear and concise description of approach to be followed. -->

**Additional context**

<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 5cb03bd

Please sign in to comment.