Skip to content

Commit

Permalink
new .yaml bug report template (#4368)
Browse files Browse the repository at this point in the history
* updates template to yaml and adds more detail

* minor tweaks

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

Co-authored-by: Janeen Mikell Roberts <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

Co-authored-by: Janeen Mikell Roberts <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

Co-authored-by: Janeen Mikell Roberts <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

Co-authored-by: Janeen Mikell Roberts <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

Co-authored-by: Janeen Mikell Roberts <[email protected]>

* incorporates the rest of Janeen's and Nastasha's feedback

* fixes bugs introduced in previous commits

* Update .github/ISSUE_TEMPLATE/bug-report.yaml

Co-authored-by: Janeen Mikell Roberts <[email protected]>

---------

Co-authored-by: Janeen Mikell Roberts <[email protected]>
  • Loading branch information
benironside and jmikell821 authored Dec 11, 2023
1 parent dda1ee2 commit c9bd041
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: "Bug report"
description: "Report a bug in the Elastic Security documentation"
title: "[BUG] "
labels: "bug"
body:
- type: markdown
attributes:
value: |
Hello! Use this form to report an Elastic Security documentation bug to the [@elastic/security-docs](https://github.com/orgs/elastic/teams/security-docs) team.
- type: textarea
id: doc-links
attributes:
label: Documentation links
description: Which doc(s) is affected?
placeholder: |
Elastic Security overview: https://www.elastic.co/guide/en/security/current/es-overview.html
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Describe the bug. What needs to be removed, edited, added, or replaced? Please also include instructions on how to reproduce the bug, if necessary.
validations:
required: true
- type: dropdown
id: doc-set
attributes:
label: Which documentation set(s) does this bug apply to?
description: ESS (classic), serverless, or both?
options:
- ESS and serverless
- ESS only
- Serverless only
- Unknown
default: 0
validations:
required: true
- type: textarea
id: software-version
attributes:
label: Release version
description: If you selected ESS above, please list which Stack version(s) this bug applies to.
placeholder: |
For example:
"This bug applies to Stack versions 8.10 and newer."
"N/A"
validations:
required: false
- type: textarea
id: testing-env
attributes:
label: Testing environment
description: Please include the URL to the server or test environment, or include instructions on how to generate test data.
placeholder: |
You can find this in the Kibana dev server: https://kibana.siem.estc.dev/
validations:
required: true

0 comments on commit c9bd041

Please sign in to comment.