Skip to content

Commit 93fab4a

Browse files
author
Parker Johansen
committed
Replace assignees with reviewers as asignees can't take a group
1 parent d08688f commit 93fab4a

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

.github/ISSUE_TEMPLATE/code-snippet-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Code Snippet Request
33
about: Request a code snippet (e.g. Hello World in Grain)
44
title: Add {PROJECT} in {LANGUAGE}
55
labels: enhancement
6-
assignees: '@TheRenegadeCoder/core'
6+
assignees: ''
77
---
88

99
To request a new code snippet, please fill out the following:

.github/ISSUE_TEMPLATE/language-test-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Language Test Request
33
about: Request tests for an existing language that is missing a testinfo.yml (e.g. Perl)
44
title: Add {LANGUAGE} Testing
55
labels: enhancement, tests
6-
assignees: '@TheRenegadeCoder/core'
6+
assignees: ''
77
---
88

99
To request a new language, please fill out the following:

.github/ISSUE_TEMPLATE/project-test-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Project Test Request
33
about: Request tests for a project that is missing tests (e.g. Linear Search)
44
title: Add {PROJECT} Testing
55
labels: enhancement, tests
6-
assignees: '@TheRenegadeCoder/core'
6+
assignees: ''
77
---
88

99
To request tests for a new project, please fill out the following:

.github/PULL_REQUEST_TEMPLATE/code-snippet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: New Code Snippet
33
about: Add a code snippet in an existing language
44
title: Add {PROJECT} in {LANGUAGE}
55
labels: enhancement
6-
assignees: '@TheRenegadeCoder/core'
6+
reviewers: '@TheRenegadeCoder/core'
7+
assignees: ''
78
---
89

910
Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!

.github/PULL_REQUEST_TEMPLATE/new-language-code-snippet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: New Language Code Snippet
33
about: Add a code snippet in a new language
44
title: Add {PROJECT} in {LANGUAGE}
55
labels: enhancement, tests
6-
assignees: '@TheRenegadeCoder/core'
6+
reviewers: '@TheRenegadeCoder/core'
7+
assignees: ''
78
---
89

910
Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!

.github/PULL_REQUEST_TEMPLATE/new-project-tests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: New Project Tests
33
about: Add tests for a new project
44
title: Add {PROJECT} tests
55
labels: enhancement, tests
6-
assignees: '@TheRenegadeCoder/core'
6+
reviewers: '@TheRenegadeCoder/core'
7+
assignees: ''
78
---
89

910
Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!

.github/PULL_REQUEST_TEMPLATE/refactor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Refactor
33
about: Modify an existing code snippet or tests
44
title: Modify {PROJECT} {TESTS} in {LANGUAGE}
55
labels: refactor
6-
assignees: '@TheRenegadeCoder/core'
6+
reviewers: '@TheRenegadeCoder/core'
7+
assignees: ''
78
---
89

910
Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!

0 commit comments

Comments
 (0)