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 88% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md index 11686ec..234816c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.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 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 \