From 632c547e88386869547853cb6a5c07b2c0e564b5 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:34:15 -0400 Subject: [PATCH 1/2] PR template for adding course to sync --- .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md | 9 +++++++++ .../pull_request_template_general.md} | 0 .github/workflows/starting-course.yml | 1 + 3 files changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md rename .github/{PULL_REQUEST_TEMPLATE.md => PULL_REQUEST_TEMPLATE/pull_request_template_general.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md b/.github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md new file mode 100644 index 0000000..b0196ee --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md @@ -0,0 +1,9 @@ +--- +name: Add new repository to sync +about: Enroll your repository for OTTR updates +title: OTTR Updates Enrollment +labels: '' +assignees: cansavvy +--- + +Added __ repository to sync.yml in order to enroll in OTTR updates. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md diff --git a/.github/workflows/starting-course.yml b/.github/workflows/starting-course.yml index 0ab31fc..12b1836 100644 --- a/.github/workflows/starting-course.yml +++ b/.github/workflows/starting-course.yml @@ -35,6 +35,7 @@ jobs: .github/test-sync.yml \ .github/workflows/starting-course.yml \ .github/ISSUE_TEMPLATE/issue_template.md \ + .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md \ resources/chapt_screen_images/* \ resources/code_output \ resources/screenshots \ From b72f1cb3bec9284dd2071659d4a113dfff5f989c Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:39:06 -0400 Subject: [PATCH 2/2] add header --- .../pull_request_template_general.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md index 11686ec..234816c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md @@ -1,3 +1,12 @@ +--- +name: New Content or Feature +about: New Content or Feature Update +title: General Update +labels: '' +assignees: +--- + + ### Purpose/implementation Section