From 42e33c18e6f5b19b1e3a6505931ad79e40f1f632 Mon Sep 17 00:00:00 2001 From: Marie Date: Sat, 9 Dec 2023 01:30:27 +0000 Subject: [PATCH] migrate PR template --- .forgejo/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .forgejo/pull_request_template.md diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md new file mode 100644 index 000000000..63eb2ab62 --- /dev/null +++ b/.forgejo/pull_request_template.md @@ -0,0 +1,24 @@ + + +## What + + + +## Why + + + +## Additional info (optional) + + + +## Checklist +- [ ] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) +- [ ] Test working in a local environment +- [ ] (If needed) Add story of storybook +- [ ] (If needed) Update CHANGELOG.md +- [ ] (If possible) Add tests \ No newline at end of file