Add issue templates (#31693)

* Add issue templates

This will allow to label new issues when filled depending on their type.

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/security-report.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/security-report.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update .github/ISSUE_TEMPLATE/security-report.md

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Fix typo

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Manuel Rego Casasnovas 2024-03-15 13:18:47 +01:00 committed by GitHub
parent a8791ddcbc
commit 74b5f798cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,17 @@
---
name: Bug Report
about: Create a bug report to help us improve
title: ''
labels: C-untriaged
assignees: ''
---
**Describe the bug:**
A clear and concise description of the bug.
**To Reproduce:**
Steps to reproduce the behavior.
**Platform:**
Specify OS, distribution, and hardware platform.

View file

@ -0,0 +1,11 @@
---
name: Feature Request
about: Suggest the implementation of a new feature
title: ''
labels: B-feature-tracking, C-untriaged
assignees: ''
---
**Describe the new feature:**
A clear and concise description of the new feature with links to any relevant specifications.

View file

@ -0,0 +1,17 @@
---
name: Security Vulernability
about: Report a security vulnerability
title: ''
labels: A-security, C-untriaged
assignees: ''
---
**Describe the bug:**
A clear and concise description of the vulnerability.
**To Reproduce:**
Steps to reproduce the behavior.
**Platform:**
Specify OS, distribution, and hardware platform.