Skip to content

Commit

Permalink
Add two new automatic issues to starting-course.yml (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Nov 16, 2021
1 parent 53e5d48 commit 8af324d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
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

0 comments on commit 8af324d

Please sign in to comment.