mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
a8791ddcbc
commit
74b5f798cd
3 changed files with 45 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
17
.github/ISSUE_TEMPLATE/security-report.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/security-report.md
vendored
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue