Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two new automatic issues to starting-course.yml #326

Merged
merged 1 commit into from
Nov 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/automatic-issues/add-feedback-method.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

To help users report issues or areas of improvement for your course, you should provide a clear method of feedback for your users to route their concerns through.

[See these instructions](https://github.com/jhudsl/DaSL_Course_Template_Bookdown/wiki/Set-up-feedback-method) for suggestions on how to add a feedback method for this course.
6 changes: 6 additions & 0 deletions .github/automatic-issues/add-to-library.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

To help learners find your course, and for it to be tracked in the future, you may want to consider adding the course to the jhudsl course library.

You should not worry about adding the course before it is ready to be made public but this issue is to remind you to do so.

[Follow these instructions](https://github.com/jhudsl/DaSL_Course_Template_Bookdown/wiki/Add-course-to-jhudsl-course-library) to add this new course to the jhudsl library.
16 changes: 16 additions & 0 deletions .github/workflows/starting-course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@ jobs:
content-filepath: .github/automatic-issues/update-enrollment.md
labels: automated training issue

# Issue for adding a method of feedback
- name: Reminder - Add a method of user feedback
uses: peter-evans/create-issue-from-file@v2.3.2
with:
title: Reminder - Add user feedback method
content-filepath: .github/automatic-issues/add-feedback-method.md
labels: automated training issue

# Issue for adding the course to the jhudsl library
- name: Reminder - Add to jhudsl library
uses: peter-evans/create-issue-from-file@v2.3.2
with:
title: Reminder - Add to jhudsl library
content-filepath: .github/automatic-issues/add-to-library.md
labels: automated training issue

##### Delete Template-specific files that aren't needed for new courses

# Cleanup Template-specific bits
Expand Down