From cd3ce222a48d4394ba33fd3903b175cb8ff86af4 Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Wed, 28 Aug 2024 20:42:02 +0100 Subject: [PATCH] Sync: synced file(s) with FollowTheProcess/.github (#1069) * Sync: synced local '.github/' with remote 'github/' * Remove old issue files --------- Co-authored-by: FollowTheProcess --- .../{bug_report.yml => bug.yml} | 0 .../{feature_request.yml => feature.yml} | 1 + .github/ISSUE_TEMPLATE/question.yml | 1 + .github/PULL_REQUEST_TEMPLATE.md | 21 ++----------------- .github/workflows/labeler.yml | 2 +- 5 files changed, 5 insertions(+), 20 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => feature.yml} (99%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature.yml index 7e862978..eddf02fe 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -3,6 +3,7 @@ description: Request a new feature or enhancement title: "" labels: - feature + body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index fdfcc68e..6fb83c16 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -3,6 +3,7 @@ description: Ask something about the project title: "<title>" labels: - question + body: - type: checkboxes attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9c756927..87a1742e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,3 @@ -<!-- Provide a brief summary of your changes in the Title above --> +## Summary -#### Description -<!-- Describe your changes in detail --> - -#### Motivation and Context -<!-- Why is this change required? What problem does it solve? --> -<!-- If it fixes an open issue, please link to the issue here. --> -Closes # - -#### How Has This Been Tested? -<!-- Please describe in detail how you tested your changes. --> -<!-- Include details of your testing environment, tests ran to see how --> -<!-- your change affects other areas of the code, etc. --> - -#### Checklist -<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> -<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> -- [ ] I have updated the documentation if needed. -- [ ] I have updated the tests if needed. +<!-- Describe your changes in detail here, if it closes an open issue, include "Closes #<issue>" --> diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f979e272..2d763258 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: issues: write steps: - - name: Check out the repository + - name: Checkout Code uses: actions/checkout@v4 - name: Run Labeler