-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated .github for ryscheng-bot at 2019-03-01T06:01:56.818143
- Loading branch information
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# The codeowners are the only ones who can edit the .github directory | ||
.github/ @oasislabs/admin @ryscheng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
_A clear and concise description of what the task/bug is._ | ||
|
||
## Details | ||
|
||
Add any other context about the problem here. | ||
|
||
## Acceptance Criteria | ||
* What indicates the issue is resolved? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_extends: private-global-settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
_extends: private-global-settings | ||
|
||
|
||
labels: | ||
- name: "bug" | ||
color: "d73a4a" | ||
description: "Something isn't working" | ||
|
||
- name: "enhancement" | ||
color: "a2eeef" | ||
description: "New feature or request" | ||
|
||
- name: "good first issue" | ||
color: "7057ff" | ||
description: "Good for newcomers" | ||
|
||
- name: "help wanted" | ||
color: "008672" | ||
description: "Extra attention is needed" | ||
|
||
- name: "invalid" | ||
color: "e4e669" | ||
description: "This doesn't seem right" | ||
|
||
- name: "wontfix" | ||
color: "ffffff" | ||
description: "This will not be worked on" | ||
|
||
|
||
collaborators: | ||
# ryscheng is the owner of this repository | ||
- username: ryscheng | ||
permission: admin | ||
|