aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ja/newbs_learn_more_resources.md
blob: 523d91a05a8897f9ff7755b5ee92aeac707b566d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 学習リソース

<!---
  grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
  original document: ed0575fc8:docs/newbs_learn_more_resources.md
  git diff ed0575fc8 HEAD -- docs/newbs_learn_more_resources.md | cat
-->

これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。

## Git に関するリース:

### 英語

* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
* [Git Resources to Learn More About Github](getting_started_github.md)
* [Git Resources Aimed Specifically toward QMK](contributing.md)

### 日本語

_日本語のリソース情報を募集中です。_

* [Git Game To Learn From Examples(日本語対応有り)](https://learngitbranching.js.org/)
* [QMK で Github を使う方法](ja/getting_started_github.md)
* [貢献方法](ja/contributing.md)

## コマンドラインに関するリソース:

### 英語

* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)

### 日本語

_日本語のリソース情報を募集中です。_