meta: update issue/merge request templates (close #10896)

This commit is contained in:
naskya 2024-04-12 00:42:40 +09:00
parent 69b93554e8
commit 88aaa47220
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
3 changed files with 8 additions and 1 deletions

View File

@ -27,3 +27,6 @@
By submitting this issue, you agree to follow our [Contribution Guidelines](https://firefish.dev/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
- [ ] I agree to follow this project's Contribution Guidelines
- [ ] I have searched the issue tracker for similar issues, and this is not a duplicate.
**Can you fix this bug?** (optional)
- [ ] Yes. I will fix this bug and open a merge request if the change is agreed upon.

View File

@ -15,3 +15,6 @@
By submitting this issue, you agree to follow our [Contribution Guidelines](https://firefish.dev/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
- [ ] I agree to follow this project's Contribution Guidelines
- [ ] I have searched the issue tracker for similar requests, and this is not a duplicate.
**Can you implement this feature?** (optional)
- [ ] Yes. I will implement this feature and open a merge request if the change is agreed upon.

View File

@ -4,6 +4,7 @@
**Contribution Guidelines**
By submitting this merge request, you agree to follow our [Contribution Guidelines](https://firefish.dev/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
- [ ] This change is reviewed in an issue / This is a minor bug fix
- [ ] I agree to follow this project's Contribution Guidelines
- [ ] I have made sure to test this pull request
- [ ] I have made sure to run `pnpm run format` before submitting this pull request
@ -12,4 +13,4 @@ If this merge request makes changes to the Firefish API, please update `docs/api
- [ ] I updated the document / This merge request doesn't include API changes
<!-- Uncomment if your merge request has multiple authors -->
<!-- Co-authored-by: Name <email@email.com> -->
<!-- Co-authored-by: Name <email@example.com> -->