From d139417a4c94beb7a6020b8ce6503cdf3e25090b Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:43:53 -0400 Subject: [PATCH 1/2] add code of conduct --- .github/workflows/starting-course.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/starting-course.yml b/.github/workflows/starting-course.yml index b03d962c..7b454f7b 100644 --- a/.github/workflows/starting-course.yml +++ b/.github/workflows/starting-course.yml @@ -50,6 +50,7 @@ jobs: resources/images/04-figures_files \ resources/chapt_screen_images \ Course_Name.rds \ + code_of_conduct.md \ CONTRIBUTING.md \ docs/*.html \ docs/*.md \ From e744e953a2a4ac6b0ac77247daa5cdac228ddc44 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:41:16 -0400 Subject: [PATCH 2/2] edit sync yml PR template --- .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md | 9 +++++++++ .../pull_request_template_general.md} | 9 +++++++++ .github/workflows/starting-course.yml | 1 + 3 files changed, 19 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} (93%) 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 7b454f7b..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 \