generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from ut-issl/develop
Merge develop to main for #54
- Loading branch information
Showing
11 changed files
with
102 additions
and
71 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @ut-issl/aocs @sksat |
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
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
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 |
---|---|---|
@@ -1,23 +1,27 @@ | ||
## 概要 | ||
ひとことで | ||
|
||
## Issue | ||
- 関連する issue | ||
|
||
## 詳細 | ||
詳しく | ||
詳しくPR内容を記述する | ||
|
||
## 検証結果 | ||
test へのリンクや,検証結果へのリンク | ||
|
||
## 影響範囲 | ||
XX系の動作がガラッと変わる,とか. | ||
test へのリンクや,検証結果へのリンク、検証結果の画像を貼り付ける。 | ||
|
||
## 補足 | ||
何かあれば | ||
何かあれば書く。なければ`NA`とする。 | ||
|
||
## 注意 | ||
- 関連する Projects が存在する場合,それの紐付けを行うこと | ||
- Assignees を設定すること | ||
- 可能ならば Reviewers を設定すること | ||
- 可能ならば `priority` ラベルを付けること | ||
- 必ず`Reviewers` を設定すること | ||
- AOCSメンテナメンバー | ||
- `Assignees` を自分自身に割り当てること | ||
- `Projects`として`6U AOCS team (private)`を設定する | ||
- `Status`を`Waiting Review`に設定する | ||
- 必ず`priority` ラベルを付けること | ||
- high: 試験などの関係ですぐさまレビューしてほしい | ||
- middle: 通常これ | ||
- low: ゆっくりで良いもの | ||
- 必ず`update`ラベルをつけること | ||
- major: 後方互換性なしのI/F変更 | ||
- minor: 後方互換性ありのI/F変更 | ||
- patch: I/F変更なし | ||
- テンプレート記述は残さず、削除したり`NA`と書き換えたりする |
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 |
---|---|---|
@@ -1,55 +1,55 @@ | ||
- name: "bug" | ||
color: "d73a4a" | ||
- name: ":bug: bug" | ||
color: "F9D0C4" | ||
description: "Something isn't working" | ||
|
||
- name: "documentation" | ||
color: "0075ca" | ||
- name: ":notebook: documentation" | ||
color: "F0F0F0" | ||
description: "Improvements or additions to documentation" | ||
|
||
- name: "good first issue" | ||
- name: ":beginner: good first issue" | ||
description: "Good for newcomers" | ||
color: "7057ff" | ||
color: "F0F0F0" | ||
|
||
- name: "question" | ||
- name: ":question: question" | ||
description: "Further information is requested" | ||
color: "d876e3" | ||
color: "F0F0F0" | ||
|
||
- name: "priority::high" | ||
description: "priorityg high" | ||
color: "d93f0b" | ||
- name: ":rocket: priority::high" | ||
description: "priority high" | ||
color: "F9D0C4" | ||
|
||
- name: "priority::low" | ||
- name: ":car: priority::low" | ||
description: "priority low" | ||
color: "9dcce0" | ||
color: "C2E0C6" | ||
|
||
- name: "priority::medium" | ||
- name: ":airplane: priority::medium" | ||
description: "priority medium" | ||
color: "fbca04" | ||
color: "FEF2C0" | ||
|
||
- name: "major update" | ||
color: "B60205" | ||
- name: ":whale: major update" | ||
color: "F9D0C4" | ||
description: "Major update" | ||
|
||
- name: "minor update" | ||
color: "EFFA85" | ||
- name: ":dolphin: minor update" | ||
color: "FEF2C0" | ||
description: "Minor update" | ||
|
||
- name: "patch" | ||
color: "08C036" | ||
description: "Patch" | ||
- name: ":fish: patch" | ||
color: "C2E0C6" | ||
description: "Patch Update" | ||
|
||
- name: "tools" | ||
description: "" | ||
color: "510f70" | ||
- name: ":wrench: tools" | ||
description: "Tools" | ||
color: "F0F0F0" | ||
|
||
- name: "C2A" | ||
description: "" | ||
color: "2a9637" | ||
- name: ":artificial_satellite: C2A" | ||
description: "Command Centric Architecture" | ||
color: "F0F0F0" | ||
|
||
- name: "S2E" | ||
description: "" | ||
color: "eef789" | ||
- name: ":ringed_planet: S2E" | ||
description: "Spacecraft Simulation Environment" | ||
color: "F0F0F0" | ||
|
||
- name: "WINGS" | ||
description: "" | ||
color: "1503bb" | ||
- name: ":satellite: WINGS" | ||
description: "Web-based INterface Ground-station Software" | ||
color: "F0F0F0" |
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
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
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
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
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
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,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:base" | ||
] | ||
} |