Skip to content

Commit

Permalink
Issue and pull request template
Browse files Browse the repository at this point in the history
Signed-off-by: andoriyaprashant <[email protected]>
  • Loading branch information
andoriyaprashant committed Jun 4, 2024
1 parent 06bfd1a commit d309538
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help improve the project
title: ''
labels: bug
assignees: ''

---

<!--
Thanks for filing an issue! Before hitting the button, please answer these questions.

Fill in as much of the template below as you can.
If you leave out information, we can't help you as well.

Be ready for followup questions, and please respond in a timely
manner. If we can't reproduce a bug we might close your issue.
If we're wrong, PLEASE feel free to reopen it and explain why.
-->

**What happened**:

**What you expected to happen**:

**Where can this issue be corrected? (optional)**
<!-- provide additional information about the file location or directory that needs to be modified to fix this issue, if available -->

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:
22 changes: 22 additions & 0 deletions .github/ISSUE TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!---
A description of what the problem is.
-->

**Describe the solution you'd like**
<!--- A description of what you want to happen. -->

**Describe alternatives you've considered**
<!--- A description of any alternative solutions or features you've considered. -->

**Additional context**
<!--- Add any other context or screenshots about the feature request here. -->
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Thank you for submitting a pull request! -->

# Description

Please include a summary of the change and which issue is fixed.

## Fixes #(issue_no)

Replace `issue_no` with the issue number which is fixed in this PR

## Screenshots

<!-- If applicable, add screenshots or images demonstrating the changes made -->

## Special notes for your reviewer:

<!-- Add any additional information or context that might be helpful for the reviewers. -->

0 comments on commit d309538

Please sign in to comment.