diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-24 13:48:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-24 13:48:17 +0900 |
| commit | 55cc6b8deef850238ea02cdebad4f24a02f961c2 (patch) | |
| tree | 1e77acd2eaef250e73a70776be6ca2329713d4e8 /.github/PULL_REQUEST_TEMPLATE/01_bug.md | |
| parent | Add dialog to remove follower (#9718) (diff) | |
| download | misskey-55cc6b8deef850238ea02cdebad4f24a02f961c2.tar.gz misskey-55cc6b8deef850238ea02cdebad4f24a02f961c2.tar.bz2 misskey-55cc6b8deef850238ea02cdebad4f24a02f961c2.zip | |
update PULL_REQUEST_TEMPLATE
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/01_bug.md')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/01_bug.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/01_bug.md b/.github/PULL_REQUEST_TEMPLATE/01_bug.md new file mode 100644 index 0000000000..79ca97dfa0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/01_bug.md @@ -0,0 +1,17 @@ +<!-- ℹ お読みください / README +PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください: +Thank you for your PR! Before creating a PR, please check the contribution guide: +https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md +--> + +# 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 --> |