From 4953e820b279f7bae2e720780a6e691c74843c59 Mon Sep 17 00:00:00 2001 From: Eric-Liu-SANDAG Date: Fri, 14 Nov 2025 19:00:08 +0000 Subject: [PATCH] Automation: Merge template changes Signed-off-by: Eric-Liu-SANDAG --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/documentation-request.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/warning.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++----- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 4a4a1ea..8d3b7c1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -16,4 +16,4 @@ Steps to reproduce the behavior. A clear and concise description of what you expected to happen. ### Potential resolution -Describe potential resolution/solution to the observed bug. \ No newline at end of file +Describe potential resolution/solution to the observed bug. diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index a8ac101..47e1c0d 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -7,4 +7,4 @@ assignees: '' --- ### Describe the documentation fix or enhancement -What documentation needs to be updated? Where would this documentation be created/edited? \ No newline at end of file +What documentation needs to be updated? Where would this documentation be created/edited? diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 039ccb8..db31777 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -16,4 +16,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. ### Additional context -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/warning.md b/.github/ISSUE_TEMPLATE/warning.md index c5c677a..1171366 100644 --- a/.github/ISSUE_TEMPLATE/warning.md +++ b/.github/ISSUE_TEMPLATE/warning.md @@ -7,4 +7,4 @@ assignees: '' --- ### Describe the warning -A clear and concise description of what needs to be checked. \ No newline at end of file +A clear and concise description of what needs to be checked. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 36a5d73..b3dc36c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,10 @@ -*Please title Pull Request with prefix **[PULL REQUEST]*** +Please title Pull Request with prefix **[PULL REQUEST]** -**Describe this pull request. What changes are being made?** +### Describe this pull request. What changes are being made? Description of proposed changes. -**What issues does this pull request address?** +### What issues does this pull request address? List of issues addressed. Make sure to use [closing keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) such that issues addressed are automatically resolved when pull request is approved. - -**Additional context** +### Additional context Add any other context, information, or notes for reviewers here.