Skip to content
Snippets Groups Projects
Unverified Commit 8b030795 authored by Vir Linden's avatar Vir Linden Committed by GitHub
Browse files

Merge pull request #666 from secondlife/issue_templates

Issue templates
parents 77395edd cb14e9a0
No related branches found
No related tags found
No related merge requests found
name: Bug report
description: Viewer bug report
labels: [bug]
body:
- type: markdown
attributes:
value: |
- Write a descriptive bug title above.
- Search [open](https://github.com/secondlife/viewer/issues?q=is%3Aopen+label%3Abug+is%3Aissue) bugs to ensure that the issue has not already been identified.
- type: textarea
attributes:
label: Environment
description: About Second Life Text
placeholder: ex. Second Life Test 7.1.3.240191747 (64bit) ...
validations:
required: true
- type: textarea
attributes:
label: Description
description: Explain the problem.
validations:
required: true
- type: textarea
attributes:
label: Reproduction steps
description: Steps to reproduce this bug
placeholder: |
1. First step
2. Second step
Expected: ...
Actual: ...
validations:
required: true
---
name: Enhancement
about: New feature or enhancement
title: New Feature
labels: enhancement
---
_What does this feature/enhancement do? Why is it needed?_
## Test Plan
_Include information, such as guidance and test scenarios, QA will need to test this feature._
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment