Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ryscheng-bot settings #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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 @peterjgilbert
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:
# peterjgilbert is the owner of this repository
- username: peterjgilbert
permission: admin