Enhanced PR template.

This commit is contained in:
Patrick Lehmann
2024-08-02 07:41:20 +02:00
parent 2862238ee5
commit 5e0aa52e5d
4 changed files with 64 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ jobs:
from os import getenv
from pathlib import Path
from textwrap import dedent
from typing import Iterable
name = "${{ inputs.name }}".strip()
python_version = "${{ inputs.python_version }}".strip()

View File

@@ -55,12 +55,34 @@ jobs:
**Automated Release created on: ${{ steps.getVariables.outputs.datetime }}**
# New Features
* tbd
* tbd
# Changes
* tbd
* tbd
# Bug Fixes
* tbd
draft: false
* tbd
# Documentation
* tbd
* tbd
# Unit Tests
* tbd
* tbd
----------
# Related Issues and Pull-Requests
* tbd
* tbd
draft: true
prerelease: false