Skip to content

Commit

Permalink
Replace assignees with reviewers as asignees can't take a group
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker Johansen committed Oct 6, 2020
1 parent d08688f commit 93fab4a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/code-snippet-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Snippet Request
about: Request a code snippet (e.g. Hello World in Grain)
title: Add {PROJECT} in {LANGUAGE}
labels: enhancement
assignees: '@TheRenegadeCoder/core'
assignees: ''
---

To request a new code snippet, please fill out the following:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/language-test-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Language Test Request
about: Request tests for an existing language that is missing a testinfo.yml (e.g. Perl)
title: Add {LANGUAGE} Testing
labels: enhancement, tests
assignees: '@TheRenegadeCoder/core'
assignees: ''
---

To request a new language, please fill out the following:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/project-test-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Project Test Request
about: Request tests for a project that is missing tests (e.g. Linear Search)
title: Add {PROJECT} Testing
labels: enhancement, tests
assignees: '@TheRenegadeCoder/core'
assignees: ''
---

To request tests for a new project, please fill out the following:
Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/code-snippet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: New Code Snippet
about: Add a code snippet in an existing language
title: Add {PROJECT} in {LANGUAGE}
labels: enhancement
assignees: '@TheRenegadeCoder/core'
reviewers: '@TheRenegadeCoder/core'
assignees: ''
---

Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!
Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/new-language-code-snippet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: New Language Code Snippet
about: Add a code snippet in a new language
title: Add {PROJECT} in {LANGUAGE}
labels: enhancement, tests
assignees: '@TheRenegadeCoder/core'
reviewers: '@TheRenegadeCoder/core'
assignees: ''
---

Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!
Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/new-project-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: New Project Tests
about: Add tests for a new project
title: Add {PROJECT} tests
labels: enhancement, tests
assignees: '@TheRenegadeCoder/core'
reviewers: '@TheRenegadeCoder/core'
assignees: ''
---

Congrats on taking the first step to contributing to the Sample Programs repository maintained by [The Renegade Coder][renegade-coder]!
Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Refactor
about: Modify an existing code snippet or tests
title: Modify {PROJECT} {TESTS} in {LANGUAGE}
labels: refactor
assignees: '@TheRenegadeCoder/core'
reviewers: '@TheRenegadeCoder/core'
assignees: ''
---

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

0 comments on commit 93fab4a

Please sign in to comment.