diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2023-12-26 11:40:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 11:40:55 +0900 |
| commit | a9b42765f939df2d11c26a9150f258769174fcfe (patch) | |
| tree | d4a762fe1e37cd7d3eb3dc4254351f327ef1934a | |
| parent | fix(frontend): ロールアサイン時の通知で,ロールアイコン... (diff) | |
| download | misskey-a9b42765f939df2d11c26a9150f258769174fcfe.tar.gz misskey-a9b42765f939df2d11c26a9150f258769174fcfe.tar.bz2 misskey-a9b42765f939df2d11c26a9150f258769174fcfe.zip | |
(dev) Issue Templateに、自分で実装してPRを出したいかの意思表明を追加 (#12799)
* Update 01_bug-report.yml
* Update 02_feature-request.yml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/01_bug-report.yml | 6 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/02_feature-request.yml | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.yml b/.github/ISSUE_TEMPLATE/01_bug-report.yml index f74719989f..ac2b39cc12 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug-report.yml @@ -89,3 +89,9 @@ body: render: markdown validations: required: false + + - type: checkboxes + attributes: + label: Do you want to address this bug yourself? + options: + - label: Yes, I will patch the bug myself and send a pull request diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.yml b/.github/ISSUE_TEMPLATE/02_feature-request.yml index 8420475b3e..8d7b0b2539 100644 --- a/.github/ISSUE_TEMPLATE/02_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature-request.yml @@ -14,4 +14,9 @@ body: label: Purpose description: Describe the specific problem or need you think this feature will solve, and who it will help. validations: - required: true
\ No newline at end of file + required: true + - type: checkboxes + attributes: + label: Do you want to implement this feature yourself? + options: + - label: Yes, I will implement this by myself and send a pull request |