Skip to content

Commit 8b03079

Browse files
authored
Merge pull request #666 from secondlife/issue_templates
Issue templates
2 parents 77395ed + cb14e9a commit 8b03079

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Bug report
2+
description: Viewer bug report
3+
labels: [bug]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
- Write a descriptive bug title above.
9+
- 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.
10+
11+
- type: textarea
12+
attributes:
13+
label: Environment
14+
description: About Second Life Text
15+
placeholder: ex. Second Life Test 7.1.3.240191747 (64bit) ...
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Description
22+
description: Explain the problem.
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
attributes:
28+
label: Reproduction steps
29+
description: Steps to reproduce this bug
30+
placeholder: |
31+
1. First step
32+
2. Second step
33+
Expected: ...
34+
Actual: ...
35+
validations:
36+
required: true

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Enhancement
3+
about: New feature or enhancement
4+
title: New Feature
5+
labels: enhancement
6+
---
7+
8+
_What does this feature/enhancement do? Why is it needed?_
9+
10+
## Test Plan
11+
12+
_Include information, such as guidance and test scenarios, QA will need to test this feature._

0 commit comments

Comments
 (0)