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 00000000..b0196eee --- /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 93% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template_general.md index 5812728e..da2e4990 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 b03d962c..dc87be4f 100644 --- a/.github/workflows/starting-course.yml +++ b/.github/workflows/starting-course.yml @@ -40,6 +40,7 @@ jobs: .github/workflows/starting-course.yml \ .github/ISSUE_TEMPLATE/course-template-problem-report.md \ .github/ISSUE_TEMPLATE/course-template-feature-request.md \ + .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md \ resources/code_output \ resources/screenshots \ resources/course_screenshots \ @@ -50,6 +51,7 @@ jobs: resources/images/04-figures_files \ resources/chapt_screen_images \ Course_Name.rds \ + code_of_conduct.md \ CONTRIBUTING.md \ docs/*.html \ docs/*.md \