File tree Expand file tree Collapse file tree 3 files changed +40
-3
lines changed Expand file tree Collapse file tree 3 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Render legal documents by using Keiyaku CSS
8
8
# https://github.com/cognitom/keiyaku-css
9
- #get "/docs/code_of_conduct", to: redirect('/docs/code-of-conduct')
10
9
#get "/docs/charter", to: redirect('/charter')
11
10
#get "/docs/charter_en", to: redirect('/charter_en')
12
11
#get "/docs/styleguides", to: redirect('/styleguides')
22
21
get "/about-coderdojo-japan" => "docs#show" , id : 'about-coderdojo-japan'
23
22
get "/about-coderdojo" => "docs#show" , id : 'about-coderdojo'
24
23
24
+ get "/docs/code-of-conduct" , to : redirect ( '/conduct' )
25
+ get "/docs/conduct" , to : redirect ( '/conduct' )
26
+ get "/conduct" => "docs#show" , id : 'conduct'
27
+
25
28
get "/docs/brand-guidelines" , to : redirect ( '/brand' )
26
29
get "/docs/thanks" , to : redirect ( '/thanks' )
27
30
get "/docs/financial-report" , to : redirect ( '/finances' )
Original file line number Diff line number Diff line change 1
1
# 💖 行動規範ガイドライン
2
2
<br >
3
- 本規範は、別段の定めがある場合を除き、一般社団法人 CoderDojo Japan (以下、当社) が [ GitHub Organization] ( https://github.com/coderdojo-japan ) から公開しているあらゆるリポジトリに適用されます。本規範の内容は更新されることがあり、更新された際は、本ページより公表いたします。本規範の変更履歴は [ GitHub] ( https://github.com/coderdojo-japan/coderdojo.jp/commits/main/db/docs/code-of- conduct.md ) よりご確認できます。
3
+ 本規範は、別段の定めがある場合を除き、一般社団法人 CoderDojo Japan (以下、当社) が [ GitHub Organization] ( https://github.com/coderdojo-japan ) から公開しているあらゆるリポジトリに適用されます。本規範の内容は更新されることがあり、更新された際は、本ページより公表いたします。本規範の変更履歴は [ GitHub] ( https://github.com/coderdojo-japan/coderdojo.jp/commits/main/db/docs/conduct.md ) よりご確認できます。
4
4
5
5
-----
6
6
30
30
<div align =" right " >
31
31
一般社団法人 CoderDojo Japan<br >
32
32
33
- <a href =' https://github.com/coderdojo-japan/coderdojo.jp/commits/main/db/docs/code-of- conduct.md ' >【変更履歴を見る】</a >
33
+ <a href =' https://github.com/coderdojo-japan/coderdojo.jp/commits/main/db/docs/conduct.md ' >【変更履歴を見る】</a >
34
34
</div >
Original file line number Diff line number Diff line change
1
+ # 💖 行動規範ガイドライン
2
+ <br >
3
+ 本規範は、別段の定めがある場合を除き、一般社団法人 CoderDojo Japan (以下、当社) が [ GitHub Organization] ( https://github.com/coderdojo-japan ) から公開しているあらゆるリポジトリに適用されます。本規範の内容は更新されることがあり、更新された際は、本ページより公表いたします。本規範の変更履歴は [ GitHub] ( https://github.com/coderdojo-japan/coderdojo.jp/commits/main/db/docs/code-of-conduct.md ) よりご確認できます。
4
+
5
+ -----
6
+
7
+ 以下の文章は、当社が運営する [ GitHub 上の公開リポジトリ] ( https://github.com/coderdojo-japan ) に関わりを持つすべての人々にとって、安全で、生産的かつ協力的で、互いに敬意を払える場所を提供するためのガイドラインです。
8
+
9
+ <br >
10
+
11
+ - - 参加者は、自身とは異なる意見、考えにも寛容な態度を示します。
12
+ - - 参加者は、個人に対する攻撃や誹謗中傷を含まない発言・行動を行います。
13
+ - - 他の参加者の言葉や行動は、それらが常に善意に基づくものだという前提に立ちます。
14
+ - - 合理的に考えてハラスメントだとみなされる振る舞いは許容されません。
15
+
16
+ <br >
17
+
18
+ これらは当該リポジトリに関連する場における交流やコラボレーション(メーリングリスト、提出されたパッチ、commitのコメントなど)すべてに適用されます。内容について気になる点などありましたら、本ページ下部にある連絡先よりお問い合わせください。
19
+
20
+ <br >
21
+
22
+ ## 関連
23
+
24
+ 上記のガイドラインは以下を参考にして作成されました。
25
+
26
+ - [ Rubyコミュニティの行動規範ガイドライン] ( https://www.ruby-lang.org/ja/conduct/ ) (日本語)
27
+ - [ Railsコミュニティの行動規範ガイドライン] ( https://rubyonrails.org/conduct ) (英語)
28
+
29
+
30
+ <div align =" right " >
31
+ 一般社団法人 CoderDojo Japan<br >
32
+
33
+ <a href =' https://github.com/coderdojo-japan/coderdojo.jp/commits/main/db/docs/code-of-conduct.md ' >【変更履歴を見る】</a >
34
+ </div >
You can’t perform that action at this time.
0 commit comments