Skip to content

Commit

Permalink
Updated .github for ryscheng-bot at 2019-03-01T06:01:56.818143
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Mar 1, 2019
1 parent caf40ea commit a82b186
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
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
8 changes: 8 additions & 0 deletions .github/issue_template.md
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?
1 change: 1 addition & 0 deletions .github/move.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_extends: private-global-settings
34 changes: 34 additions & 0 deletions .github/settings.yml
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

0 comments on commit a82b186

Please sign in to comment.