diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-27 00:01:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 00:01:26 +0900 |
| commit | 65f0b195a2a28f860e7313a55c7fde56c4dee3be (patch) | |
| tree | a4c1354abcbf9e9626960bfedf49db1154c5c0ac /.github/pull_request_template.md | |
| parent | Update README.md (diff) | |
| download | misskey-65f0b195a2a28f860e7313a55c7fde56c4dee3be.tar.gz misskey-65f0b195a2a28f860e7313a55c7fde56c4dee3be.tar.bz2 misskey-65f0b195a2a28f860e7313a55c7fde56c4dee3be.zip | |
Create pull_request_template.md
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..ba46dfdc72 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +<!-- ℹ お読みください +PRありがとうございます! PRを作成する前に、以下をご確認ください: +可能であればタイトルに、以下で示すようなPRの種類が分かるキーワードをプリフィクスしてください。 +fix / refactor / feat / enhance / perf / chore +また、PRの粒度が適切であることを確認してください。ひとつのPRに複数の種類の変更や関心を含めることは避けてください。 +このPRによって解決されるIssueがある場合は、そのIssue IDを本文内に記入してください。 +CHANGELOG.mdに変更点を追記してください。リファクタリングなど、利用者に影響を与えない変更についてはこの限りではありません。 +機能追加やバグ修正をした場合は、可能であればテストケースを追加してください。 +ご協力ありがとうございます🤗 +--> +<!-- ℹ README +Thank you for your PR! Before creating a PR, please check the following: +If possible, prefix the title with a keyword that identifies the type of this PR, as shown below. +fix / refactor / feat / enhance / perf / chore +Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR. +If there is an issue to be resolved by this PR, please include the Issue ID in the text. +Please add the summary of the changes to CHANGELOG.md. However, this is not necessary for changes that do not affect the users, such as refactoring. +If you have added a feature or fixed a bug, please add a test case if possible. +Thanks for your cooperation 🤗 +--> + +# What +<!-- このPRで何をしたのか? どう変わるのか? --> +<!-- What did you do with this PR? How will it change things? --> + +# Why +<!-- なぜそうするのか? どういう意図なのか? 何が困っているのか? --> +<!-- Why do you do it? What are your intentions? What is the problem? --> + +# Additional info (optional) +<!-- テスト観点など --> +<!-- Test perspective, etc --> |