-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |