Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: add missing GitHub discussions form #4403

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a-japanese.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
title: "[QA (Japanese)]"
labels: ["Q&A (Japanese)"]
body:
- type: markdown
attributes:
value: |
日本語で気軽に質問するためのカテゴリです。もし他の人が困っているのを見つけたらぜひ回答してあげてください。
- type: textarea
id: question
attributes:
label: やりたいこと
description: |
何について困っているのかを書いてください。試したことや実際の結果を示してください。
期待する挙動と実際の結果の違いがあればそれも書くのをおすすめします。
render: markdown
validations:
required: true
- type: textarea
id: configuration
attributes:
label: 設定した内容
description: |
どのような設定をして期待する挙動を実現しようとしたのかを書いてください。(例: fluentd.confの内容を貼り付ける)
render: apache
- type: textarea
id: logs
attributes:
label: ログの内容
description: |
Fluentdのログを提示してください。エラーログがあると回答の助けになります。(例: fluentd.logの内容を貼り付ける)
render: shell
- type: textarea
id: environment
attributes:
label: 環境について
description: |
- Fluentd or td-agent version: `fluentd --version` or `td-agent --version`
- Operating system: `cat /etc/os-release`
- Kernel version: `uname -r`

どんな環境で困っているかの情報がないと、再現できないため誰も回答できないことがあります。
必要な情報を記入することをおすすめします。
value: |
- Fluentd version:
- TD Agent version:
- Fluent Package version:
- Docker image (tag):
- Operating system:
- Kernel version:
render: markdown
47 changes: 47 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
title: "[Q&A]"
labels: ["Q&A"]
body:
- type: markdown
attributes:
value: |
It is recommended to support each other.
- type: textarea
id: question
attributes:
label: What is a problem?
description: |
A clear and concise description of what you want to happen.
What exactly did you do (or not do) that was effective (or ineffective)?
render: markdown
validations:
required: true
- type: textarea
id: configuration
attributes:
label: Describe the configuration of Fluentd
description: |
If there is the actual configuration of Fluentd, it will help.
- type: textarea
id: logs
attributes:
label: Describe the logs of Fluentd
description: |
If there are error logs of Fluentd, it will help.
- type: textarea
id: environment
attributes:
label: Environment
description: |
- Fluentd or td-agent version: `fluentd --version` or `td-agent --version`
- Operating system: `cat /etc/os-release`
- Kernel version: `uname -r`

Please describe your environment information. If will help to support.
value: |
- Fluentd version:
- TD Agent version:
- Fluent Package version:
- Docker image (tag):
- Operating system:
- Kernel version:
render: markdown
Loading