Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #791 from book000/fix/issue-template-render
Browse files Browse the repository at this point in the history
fix: issue作成時にマークダウンがうまく処理されない不具合を修正
  • Loading branch information
book000 authored Apr 23, 2022
2 parents a457f8f + 93bfa4a commit 70c36b8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ body:
attributes:
label: 不具合の説明
description: 不具合の内容を明確・簡潔に説明してください
render: markdown
validations:
required: true
- type: textarea
Expand All @@ -25,23 +24,20 @@ body:
value: |
1. 権限グループ「`Verified`」のプレイヤー「`X4Z`」がコマンド「`/aaa bbb`」を実行する
2. エラー「`Hoge`」が表示される
render: markdown
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: スクリーンショット
description: エラーメッセージなどが表示されていたり、状況が分かりやすい場合はスクリーンショット・エラーログなどを添付してください。画像は [Imgur](http://imgur.com/) などを使ってアップロードしてください。
render: markdown
validations:
required: false
- type: textarea
id: additional-info
attributes:
label: 追加情報
description: 何か追加情報がある場合は記載してください。
render: markdown
validations:
required: false
- type: markdown
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ body:
description: |
新機能・新コマンドについて、理由も併せて明確・簡潔に説明してください
コマンドの場合、コマンド名(例: `/dt`)や引数(例: `/dt <MarkerName>`)も併せて記載して頂けると非常に有難いです
render: markdown
validations:
required: true
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@ body:
attributes:
label: 対象の機能・コマンド
description: どの機能・コマンドに対するものかを示してください
render: markdown
validations:
required: true
- type: textarea
id: description
attributes:
label: 強化・改善の内容
description: どのように強化・改善を行うかを示してください
render: markdown
validations:
required: true
- type: textarea
id: description
attributes:
label: 強化・改善を希望する理由
description: 機能・コマンドに対してなぜその強化・改善を希望するのかを示してください
render: markdown
validations:
required: true
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 質問 - Question
description: このプラグインに関する質問がある場合は、このテンプレートを使用してください。
labels: [ "❓question" ]
body:
- type: markdown
attributes:
value: |
jao Minecraft Server の Web サイト([`jaoafa/jaoweb`](https://github.com/jaoafa/jaoweb)) および Javajaotan2([`jaoafa/Javajaotan2`](https://github.com/jaoafa/Javajaotan2)) の不具合報告や新機能の提案は各リポジトリの Issue にてお願いします。どこに提出するべきかわからない場合は [jaoafa/jao-Minecraft-Server](https://github.com/jaoafa/jao-Minecraft-Server) へ。
Issue の提出先が間違っていても、メンテナーが移動しますのでご安心ください。
- type: textarea
id: target
attributes:
label: 内容
description: 質問内容を具体的に、分かりやすく記載してください
validations:
required: true

0 comments on commit 70c36b8

Please sign in to comment.