mirror of
https://github.com/directus/directus.git
synced 2026-01-25 08:28:09 -05:00
Guess it's a private beta!
Revert "Try out new issue form template"
This reverts commit 06c7456688.
This commit is contained in:
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
Hi, thank you for taking the time to create an issue! Before continuing, you must first have completed all Troubleshooting Steps:
|
||||
|
||||
https://docs.directus.io/getting-started/support/#troubleshooting-steps
|
||||
|
||||
If the above steps do not resolve your issue, please complete the following:
|
||||
|
||||
1) The issue and what you expected to happen
|
||||
The _ _ does _ _ when _ _ while it should _ _
|
||||
|
||||
2) Exact steps to reproduce this issue
|
||||
Click this, tap that, see error _ _
|
||||
|
||||
3) Your environment:
|
||||
What version of Directus you are using.
|
||||
Which DBMS are you using (MySQL 8, Postgres 12, ...).
|
||||
Which deployment are you using (npx, Docker, ...).
|
||||
What browser are you using (Chrome 87, Safari 14, ...).
|
||||
|
||||
4) Any other relevant information we might need to reproduce this issue
|
||||
A SQL dump of the setup.
|
||||
What third party services you rely on (S3, managed database, ...).
|
||||
|
||||
-->
|
||||
61
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
61
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,61 +0,0 @@
|
||||
name: Bug Report
|
||||
description: Create a report to help us improve
|
||||
labels: 'Bug (Potential)'
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Hi, thank you for taking the time to create an issue!
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: 'Before continuing, you must first have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps)'
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Please double check if an issue describing this problem doesn't exist already.
|
||||
- type: input
|
||||
attributes:
|
||||
label: What version of Directus are you using?
|
||||
description: 'For example: v9.1.4'
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: What version of Node.js are you using?
|
||||
description: 'For example: 12.0.0'
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: What database are you using?
|
||||
description: 'For example: Postgres 13, SQLite 3.31.0'
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: What browser are you using?
|
||||
description: 'For example: Chrome, Safari'
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: What operating system are you using?
|
||||
description: 'For example: macOS, Windows'
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: How are you deploying Directus?
|
||||
description: 'For example: running locally, Docker, PaaS'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: Steps to reproduce the behavior. Contributors should be able to follow the steps provided in order to reproduce the bug.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user