From 14a16dd8635b670ad930b6a9e313020f2300a86c Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Thu, 28 Feb 2019 21:54:09 -0800 Subject: [PATCH] Updated .github for ryscheng-bot at 2019-03-01T05:54:09.116241 --- .github/CODEOWNERS | 2 ++ .github/issue_template.md | 8 ++++++++ .github/move.yml | 1 + .github/settings.yml | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/issue_template.md create mode 100644 .github/move.yml create mode 100644 .github/settings.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dcea975 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# The codeowners are the only ones who can edit the .github directory +.github/ @oasislabs/admin @peterjgilbert \ No newline at end of file diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..0f0b3ce --- /dev/null +++ b/.github/issue_template.md @@ -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? diff --git a/.github/move.yml b/.github/move.yml new file mode 100644 index 0000000..f785629 --- /dev/null +++ b/.github/move.yml @@ -0,0 +1 @@ +_extends: private-global-settings diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..b98df6d --- /dev/null +++ b/.github/settings.yml @@ -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 + \ No newline at end of file