Skip to content

Commit

Permalink
Fix: .md ファイル内のリンクを、正しく遷移しないケースがあるため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Sep 5, 2022
1 parent c0afbae commit 437301b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Branch

簡易的な [Git Flow](//dev.classmethod.jp/articles/introduce-git-flow/) で開発をします。
簡易的な [Git Flow](https://dev.classmethod.jp/articles/introduce-git-flow/) で開発をします。

- `main` : 本番用 / リリース用 (`develop` から merge する)
- `develop` : 開発版 (ここで直接は開発せず、 `feature/*` ブランチを切る。バージョンアップの時のみ直接コミットしてよい。)
Expand Down Expand Up @@ -36,20 +36,20 @@
### Lint

何らかの都合により一部分だけ lint を無効化したいときは、
ESLint の場合は [ESLint のコメントでのルール制御 - Qiita](//qiita.com/nju33/items/2d0cfea4fffbfdbff87a) の方法で、
textlint の場合は [textlint-filter-rule-comments](//github.com/textlint/textlint-filter-rule-comments) を入れているためその機能でできます。
また一部分だけ Prettier のフォーマットを無視させたい場合は [Ignoring Code - Prettier](//prettier.io/docs/en/ignore.html) の方法でできます。
ESLint の場合は [ESLint のコメントでのルール制御 - Qiita](https://qiita.com/nju33/items/2d0cfea4fffbfdbff87a) の方法で、
textlint の場合は [textlint-filter-rule-comments](https://github.com/textlint/textlint-filter-rule-comments) を入れているためその機能でできます。
また一部分だけ Prettier のフォーマットを無視させたい場合は [Ignoring Code - Prettier](https://prettier.io/docs/en/ignore.html) の方法でできます。

#### 「かた」と読む「方」が [ja-hiragana-keishikimeishi](//github.com/lostandfound/textlint-rule-ja-hiragana-keishikimeishi)`漢字よりもひらがなで表記したほうが読みやすい形式名詞` の「ほう」として判定されてしまう場合
#### 「かた」と読む「方」が [ja-hiragana-keishikimeishi](https://github.com/lostandfound/textlint-rule-ja-hiragana-keishikimeishi)`漢字よりもひらがなで表記したほうが読みやすい形式名詞` の「ほう」として判定されてしまう場合

このような場合 [textlint-filter-rule-comments](//github.com/textlint/textlint-filter-rule-comments) で無効化するのではなく、
このような場合 [textlint-filter-rule-comments](https://github.com/textlint/textlint-filter-rule-comments) で無効化するのではなく、
できるだけ「場合」や「人」など別の表現で置き換えましょう。

これは、「かた」として「方」を書いているつもりでも「ほう」と読み間違えてしまう可能性があるので、
それを防止するためです。

もちろん引用など、文章校正を受けたくない場合はコメントでのルール制御を行うべきですが、
そのような場合は [ja-hiragana-keishikimeishi](//github.com/lostandfound/textlint-rule-ja-hiragana-keishikimeishi) のみではなく
そのような場合は [ja-hiragana-keishikimeishi](https://github.com/lostandfound/textlint-rule-ja-hiragana-keishikimeishi) のみではなく
ルールを指定せずに全てのルールを無効化するべきです。

### Test
Expand Down Expand Up @@ -98,7 +98,7 @@ GitHub に push した際、この repository と連携している Cloudflare P

### バージョンアップ

1. [`develop` branch の preview](//develop.uchikoshi-fes-2022.pages.dev/) を確認する
1. [`develop` branch の preview](https://develop.uchikoshi-fes-2022.pages.dev/) を確認する
2. `develop` branch で `package.json``"version"` を更新し、
`README.md``Version:` を更新して `(括弧の中)` に主な更新点を記述。
3. `main` branch に Pull Request を投げる
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

**システム:**

- (全般) 文化祭実行委員 / 広報部門 / [TwoSquirrels](//github.com/TwoSquirrels)
- (全般) 文化祭実行委員 / 広報部門 / [TwoSquirrels](https://github.com/TwoSquirrels)
- (協力) 情報科の先生方
- (協力) [Mogyuchi さん](//github.com/Mogyuchi)
- (協力) [gendaineko2222 さん](//github.com/gendaineko2222)
- (協力) [Mogyuchi さん](https://github.com/Mogyuchi)
- (協力) [gendaineko2222 さん](https://github.com/gendaineko2222)

**デザイン:**

- (テーマ) 文化祭実行委員
- (コーディング) 文化祭実行委員 / 広報部門 / [TwoSquirrels](//github.com/TwoSquirrles)
- (コーディング) 文化祭実行委員 / 広報部門 / [TwoSquirrels](https://github.com/TwoSquirrles)

**コンテンツ:**

Expand All @@ -48,7 +48,7 @@
## Feedback & Support

バグ報告や質問、提案があるなど、何か伝えたいことがある場合は、
GitHub アカウントをお持ちの場合は [Issues](//github.com/uchikoshi-fes/uchikoshi-fes.jp-2022/issues) に、
GitHub アカウントをお持ちの場合は [Issues](https://github.com/uchikoshi-fes/uchikoshi-fes.jp-2022/issues) に、
お持ちでない場合はお問い合わせフォーム (準備中) にお願いします。

## Tech Stack
Expand Down

0 comments on commit 437301b

Please sign in to comment.