diff --git a/.github/ISSUE_TEMPLATE/new-course-add-to-sync.md b/.github/ISSUE_TEMPLATE/new-course-add-to-sync.md new file mode 100644 index 00000000..22e87ea2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-course-add-to-sync.md @@ -0,0 +1,14 @@ +--- +name: Add your new course to syncs/OTTR updates +about: Provide information about your new course (which uses the OTTR template) so that we can enroll it in OTTR updates +title: '' +labels: '' +assignees: cansavvy + +--- + +## What is the name of your new repository? + + +## What username or organization is your new repository associated with? + diff --git a/.github/ISSUE_TEMPLATE/update-course-info-for-sync.md b/.github/ISSUE_TEMPLATE/update-course-info-for-sync.md new file mode 100644 index 00000000..80a5065e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/update-course-info-for-sync.md @@ -0,0 +1,26 @@ +--- +name: Update your course's info for syncs/OTTR updates +about: Provide information about your moved/renamed course (which uses the OTTR template) so that it can continue to be enrolled in OTTR updates +title: '' +labels: '' +assignees: cansavvy + +--- + + + +## If the name of your repository was changed ... + +### What was the old name? + + +### What is the new name? + + +## If the repository was moved ... + +### What was the original username or organization your repository was associated with? + + +### What is the new username or organization your repository was associated with? + diff --git a/.github/automatic-issues/update-enrollment.md b/.github/automatic-issues/update-enrollment.md index 46d64ab7..7e804884 100644 --- a/.github/automatic-issues/update-enrollment.md +++ b/.github/automatic-issues/update-enrollment.md @@ -5,3 +5,4 @@ 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://www.ottrproject.org/getting_started.html#9_Enroll_your_repository_for_OTTR_updates) to enroll your course repository to receive these updates. + - [ ] Alternatively, [open an issue in the OTTR_Template repo](https://github.com/jhudsl/OTTR_Template/issues/new?assignees=cansavvy&labels=&projects=&template=new-course-add-to-sync.md&title=), providing us with the necessary information to add the course for you. diff --git a/.github/workflows/starting-course.yml b/.github/workflows/starting-course.yml index dc87be4f..144aa3d9 100644 --- a/.github/workflows/starting-course.yml +++ b/.github/workflows/starting-course.yml @@ -40,6 +40,8 @@ jobs: .github/workflows/starting-course.yml \ .github/ISSUE_TEMPLATE/course-template-problem-report.md \ .github/ISSUE_TEMPLATE/course-template-feature-request.md \ + .github/ISSUE_TEMPLATE/new-course-add-to-sync.md \ + .github/ISSUE_TEMPLATE/update-course-info-for-sync.md \ .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md \ resources/code_output \ resources/screenshots \