diff --git a/.github/automatic-issues/update-enrollment.md b/.github/automatic-issues/update-enrollment.md new file mode 100644 index 00000000..df2344cc --- /dev/null +++ b/.github/automatic-issues/update-enrollment.md @@ -0,0 +1,7 @@ + +The original template: https://github.com/jhudsl/DaSL_Course_Template_Bookdown is always a work in progress. +We are working on adding more features and smoothing out bugs as we go. + +If you want to receive updates from the original template to your course template, you will need to enroll this repository to the template updates by adding it to the `sync.yml` file. + +[Follow these instructions](https://github.com/jhudsl/DaSL_Course_Template_Bookdown/wiki/Receiving-template-updates#how-to-enroll-a-repository-to-receive-template-updates) to enroll your course repository to receive these updates. diff --git a/.github/workflows/starting-course.yml b/.github/workflows/starting-course.yml index 3be6e53f..d51548ad 100644 --- a/.github/workflows/starting-course.yml +++ b/.github/workflows/starting-course.yml @@ -46,6 +46,14 @@ jobs: content-filepath: .github/automatic-issues/git-secrets.md labels: automated training issue + # Issue for how to enroll repo for updates + - name: New Course - Template Update Enrollment + uses: peter-evans/create-issue-from-file@v2.3.2 + with: + title: New Course - Template Update Enrollment + content-filepath: .github/automatic-issues/update-enrollment.md + labels: automated training issue + ##### Delete Template-specific files that aren't needed for new courses # Cleanup Template-specific bits diff --git a/resources/screenshots/add-repo-sync.png b/resources/screenshots/add-repo-sync.png new file mode 100644 index 00000000..df5c8777 Binary files /dev/null and b/resources/screenshots/add-repo-sync.png differ diff --git a/resources/screenshots/edit-sync.yml.png b/resources/screenshots/edit-sync.yml.png new file mode 100644 index 00000000..1cdb50c5 Binary files /dev/null and b/resources/screenshots/edit-sync.yml.png differ diff --git a/resources/screenshots/request-reviewer.png b/resources/screenshots/request-reviewer.png new file mode 100644 index 00000000..b8a4cf2f Binary files /dev/null and b/resources/screenshots/request-reviewer.png differ