Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 05804f9

Browse files
authored
Create add-authors.md (#797)
* Create add-authors.md * Update starting-course.yml
1 parent 401771e commit 05804f9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [ ] Fill in the `About.Rmd` page to give credit to authors and contributors.
2+
3+
For more information about the `About.Rmd` page, see [the ottr instructions](https://www.ottrproject.org/more_features.html#Giving_credits_to_contributors).

.github/workflows/starting-course.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,11 @@ jobs:
142142
title: Reminder - Add to jhudsl library
143143
content-filepath: .github/automatic-issues/add-to-library.md
144144
labels: automated training issue
145+
146+
# Issue for reminding people to add authors
147+
- name: Reminder - Add Authors
148+
uses: peter-evans/create-issue-from-file@v4
149+
with:
150+
title: Reminder - Add Authors
151+
content-filepath: .github/automatic-issues/add-authors.md
152+
labels: automated training issue

0 commit comments

Comments
 (0)