mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01: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
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.
|
Loading…
Add table
Add a link
Reference in a new issue