Skip to content

Commit

Permalink
chore: update discussions template (#27691)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 6, 2024
1 parent 66db519 commit 14272f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 106 deletions.
85 changes: 0 additions & 85 deletions .github/DISCUSSION_TEMPLATE/report-a-problem.yml

This file was deleted.

@@ -1,4 +1,13 @@
body:
- type: dropdown
id: question-type
attributes:
label: What would you like help with?
options:
- 'I would like help with my configuration'
- 'I think I found a bug'
- 'Other'

- type: dropdown
id: how-are-you-running-renovate
attributes:
Expand All @@ -10,32 +19,14 @@ body:
- type: input
id: self-hosted-version
attributes:
label: If you're self-hosting Renovate, tell us what version of Renovate you run.
validations:
required: false

- type: dropdown
id: self-hosted-platform
attributes:
label: If you're self-hosting Renovate, select which platform you are using.
options:
- 'AWS CodeCommit'
- 'Azure DevOps (dev.azure.com)'
- 'Azure DevOps Server'
- 'Bitbucket Cloud (bitbucket.org)'
- 'Bitbucket Server'
- 'Gitea or Forgejo'
- 'github.com'
- 'GitHub Enterprise Server'
- 'gitlab.com'
- 'GitLab self-hosted'
label: If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
validations:
required: false

- type: textarea
id: the-question
attributes:
label: What is your question?
label: Please tell us more about your question or problem
validations:
required: true

Expand All @@ -54,7 +45,7 @@ body:
```
Copy/paste the relevant log(s) here, between the starting and ending backticks
Replace this text with your logs, between the starting and ending triple backticks
```
Expand Down

0 comments on commit 14272f0

Please sign in to comment.