From f65c5f48e005deb7fe15e8fc82af1359c39d6662 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Wed, 15 Jan 2020 15:09:10 +0900 Subject: [PATCH] chore: add rules about introduction in styleguide --- prh.yml | 4 ++++ style-guide.md | 1 + 2 files changed, 5 insertions(+) diff --git a/prh.yml b/prh.yml index 296083d8c..bbc43f373 100644 --- a/prh.yml +++ b/prh.yml @@ -8,6 +8,10 @@ rules: - expected: ステップ・バイ・ステップ pattern: ステップバイステップ + - expected: はじめに + pattern: + - イントロダクション + - expected: 貢献 pattern: - コントリビュート diff --git a/style-guide.md b/style-guide.md index 7a8280b5d..d9b9097cc 100644 --- a/style-guide.md +++ b/style-guide.md @@ -139,6 +139,7 @@ React について詳しくない方は、まず[こちらのガイド](https:// | swag | 景品 | | issue | Issue | | pull request | Pull Request | +| intro, introduction | はじめに |