Skip to content

Commit

Permalink
chore(ci): add new pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
nurrony committed Jan 21, 2025
1 parent a61ef31 commit 1f163b6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Pull Request
about: Create a report to help us improve
title: 'Please add title for this PR'
assignees: nurrony
---

## What does this PR do?

// Please add some description here

## Are there points in the code the reviewer needs to double check?

// Please add some brief description here

## Why was this PR needed?

// Please add some brief description here

## Dependent PR Link

// Please add these as list

## Screenshots (if relevant)

// Please add some description here

## Does this MR meet the acceptance criteria?

- [ ] Code Commenting
- [ ] Documentation created/updated
- [ ] Conform by the style guides
- [ ] Unit Tests are added for this PR (if applicable)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

0 comments on commit 1f163b6

Please sign in to comment.