This repository was archived by the owner on Jan 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,26 @@ CON-SAI2を始めるに当たって、まずはサンプルプログラムを実
8888[ consai2_examples] ( https://github.com/SSL-Roots/consai2/tree/master/consai2_examples )
8989にサンプロプログラムの実行方法が記載されています。
9090
91+ ## Development
92+
93+ いくつかのパッケージ内の` example ` ディレクトリはRootsのコード例です。そのため、今後もRootsの意思で中身が大幅に変わる可能性があります。
94+
95+ ` master ` ブランチの変更を容易にマージするため、以下項目を守ってください。
96+
97+ - ` master ` からブランチを切り分ける
98+ - 各パッケージの` example ` ディレクトリ内を編集しない
99+ - 各パッケージの` src ` 、` scripts ` ディレクトリ直下にユーザコードを追加する
100+
101+ ## Contribution
102+
103+ CON-SAI2は全ユーザ共通で使用できるコード(` consai2_receiver ` や` consai2_sender ` など)と、
104+ 各ユーザで作成すべきコード(作成例:` example ` ディレクトリ)に分かれています。
105+
106+ 全ユーザ共通で扱うコードについてはRoots以外の要望も受け入れたいので、
107+ ** Contribution(issue, pullreq)をお願いします。**
108+
109+ 些細な修正や指摘でも良いので、まずはissueの作成から始めてみてください。
110+
91111## Author
92112
93113CON-SAI2はRoboCup SSLに参加している日本人チーム** Roots** が作成しています。
@@ -96,3 +116,5 @@ RoboCup SSLへの参加方法、ロボットに必要な機能、開発環境な
96116Rootsのホームページに記載してます。
97117
98118[ Roots - Home] ( https://github.com/SSL-Roots/Roots_home/wiki )
119+
120+
You can’t perform that action at this time.
0 commit comments