Skip to content

Commit

Permalink
Merge pull request #759 from jhudsl/newCourseSyncIT
Browse files Browse the repository at this point in the history
update issue templates, related automatic issue, and include in cleanup
  • Loading branch information
kweav authored Jun 5, 2024
2 parents 526d84d + c211ec1 commit a9a3daa
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/new-course-add-to-sync.md
Original file line number Diff line number Diff line change
@@ -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?
<!-- The name of the repo. Ex the name of this repo is OTTR_Template -->

## What username or organization is your new repository associated with?
<!-- The name of the username or organization where the new repository is located . Ex this repository is part of the jhudsl organization. A personal repository would be associated with a username instead of the organization. -->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/update-course-info-for-sync.md
Original file line number Diff line number Diff line change
@@ -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

---

<!-- Remove headings if they are not applicable to the changes/updates you made for your repo-->

## If the name of your repository was changed ...

### What was the old name?
<!-- The old/original name of the repo. Ex the name of this repo is OTTR_Template -->

### What is the new name?
<!-- The new/modified name of the repo. Ex the name of this repo is OTTR_Template -->

## If the repository was moved ...

### What was the original username or organization your repository was associated with?
<!-- The old/original name of the username or organization where the new repository was located . Ex this repository is part of the jhudsl organization. A personal repository would be associated with a username instead of the organization. -->

### What is the new username or organization your repository was associated with?
<!-- The new/modified name of the username or organization where the new repository is located . Ex this repository is part of the jhudsl organization. A personal repository would be associated with a username instead of the organization. -->
1 change: 1 addition & 0 deletions .github/automatic-issues/update-enrollment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions .github/workflows/starting-course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a9a3daa

Please sign in to comment.