Skip to content

Commit

Permalink
Merge pull request #742 from jhudsl/pr_template
Browse files Browse the repository at this point in the history
Add new PR template for sync.yml edits
  • Loading branch information
kweav authored Apr 5, 2024
2 parents 2a2eede + e744e95 commit 700732b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Add new repository to sync
about: Enroll your repository for OTTR updates
title: OTTR Updates Enrollment
labels: ''
assignees: cansavvy
---

Added __ repository to sync.yml in order to enroll in OTTR updates.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: New Content or Feature
about: New Content or Feature Update
title: General Update
labels: ''
assignees:
---


<!--This PR Template was modified from https://github.com/AlexsLemonade/OpenPBTA-analysis/blob/master/.github/PULL_REQUEST_TEMPLATE.md-->

### Purpose/implementation Section
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/starting-course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
.github/workflows/starting-course.yml \
.github/ISSUE_TEMPLATE/course-template-problem-report.md \
.github/ISSUE_TEMPLATE/course-template-feature-request.md \
.github/PULL_REQUEST_TEMPLATE/add_to_sync_template.md \
resources/code_output \
resources/screenshots \
resources/course_screenshots \
Expand Down

0 comments on commit 700732b

Please sign in to comment.