summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/10-bug.yaml
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2024-02-27 11:07:11 -0800
committerGitHub <noreply@github.com>2024-02-27 11:07:11 -0800
commitae9d3e719a0cdb7af5dc470369df6fadd3e04b49 (patch)
tree6f7bdf27cf2a42b424ad7e821ae963432a4a4f89 /.github/ISSUE_TEMPLATE/10-bug.yaml
parent4ed5b59a601cfc58c3d5a5d4c1b56d4cdc73be2c (diff)
parent95e1badaa4566bea41479623bf5b5112f7184cd5 (diff)
Merge branch 'release/materials_featurette' into geenz/mirrors-optimization-pass-1
Diffstat (limited to '.github/ISSUE_TEMPLATE/10-bug.yaml')
-rw-r--r--.github/ISSUE_TEMPLATE/10-bug.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml
new file mode 100644
index 0000000000..41208e8bf5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/10-bug.yaml
@@ -0,0 +1,36 @@
+name: Bug report
+description: Viewer bug report
+labels: [bug, triage]
+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