mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Enhanced PR template.
This commit is contained in:
20
.github/pull_request_template.md
vendored
20
.github/pull_request_template.md
vendored
@@ -1,16 +1,30 @@
|
|||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
----------
|
# Documentation
|
||||||
# Related PRs:
|
|
||||||
|
|
||||||
* tbd
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
# Unit Tests
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
----------
|
||||||
|
# Related Issues and Pull-Requests
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|||||||
1
.github/workflows/Parameters.yml
vendored
1
.github/workflows/Parameters.yml
vendored
@@ -112,6 +112,7 @@ jobs:
|
|||||||
from os import getenv
|
from os import getenv
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
|
from typing import Iterable
|
||||||
|
|
||||||
name = "${{ inputs.name }}".strip()
|
name = "${{ inputs.name }}".strip()
|
||||||
python_version = "${{ inputs.python_version }}".strip()
|
python_version = "${{ inputs.python_version }}".strip()
|
||||||
|
|||||||
24
.github/workflows/Release.yml
vendored
24
.github/workflows/Release.yml
vendored
@@ -55,12 +55,34 @@ jobs:
|
|||||||
**Automated Release created on: ${{ steps.getVariables.outputs.datetime }}**
|
**Automated Release created on: ${{ steps.getVariables.outputs.datetime }}**
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
|
|
||||||
* tbd
|
* tbd
|
||||||
draft: false
|
* tbd
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
# Unit Tests
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
----------
|
||||||
|
# Related Issues and Pull-Requests
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|||||||
@@ -12,13 +12,36 @@ This job creates a Release Page on GitHub.
|
|||||||
**Automated Release created on: ${{ steps.getVariables.outputs.datetime }}**
|
**Automated Release created on: ${{ steps.getVariables.outputs.datetime }}**
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
* tbd
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
|
|
||||||
* tbd
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
# Unit Tests
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
----------
|
||||||
|
# Related Issues and Pull-Requests
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
|
||||||
**Behavior:**
|
**Behavior:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user