Skip to content

Commit

Permalink
pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSnifo authored Sep 16, 2023
1 parent 6fa21af commit 731d9aa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Pull Request"
description: Create a new pull request.
title: "[PR] - <title>"
labels: []
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please provide a brief description of the changes in this pull request.
placeholder: Short and explicit description of your changes...
validations:
required: true
- type: textarea
id: python-code
attributes:
label: "Python Code Example"
description: Include a Python code example to illustrate your changes (optional).
placeholder: |
```python
# Your Python code example here
```
validations:
required: false

0 comments on commit 731d9aa

Please sign in to comment.