Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 15 additions & 34 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,15 @@
name: Pull Request
description: File a structured PR to help us review faster
title: "[PR]: "
labels: ["needs-review"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to contribute!
- type: checkboxes
id: type-of-change
attributes:
label: Type of Change
options:
- label: New feature
- label: Bug fix
- label: Documentation update
- label: UI/UX improvement
- type: textarea
id: description
attributes:
label: Description
description: What does this PR do?
placeholder: Summarize your changes here...
validations:
required: true
- type: input
id: issue-number
attributes:
label: Issue Related to PR
description: List the issue number (e.g., #123)
placeholder: "Resolves #"
validations:
required: true
<!--Thanks for taking the time to contribute! -->

## Tpe of Change
- [ ] New feature
- [ ] Bug fix
- [ ] Documentation update
- [ ] UI/UX improvement
- [ ] Refactor

## Description
<!--[What does this PR do? Provide Screenshots when possible.]-->

## Issue related to PR
<!--[List any ISSUES this is related to as it AUTO-CLOSES Them!]-->
- Resolves #
34 changes: 0 additions & 34 deletions .github/PULL_REQUEST_TEMPLATE/default.yml

This file was deleted.

Loading