summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-01-24 12:30:45 -0600
committerGitHub <noreply@github.com>2024-01-24 12:30:45 -0600
commitbc4bf9e207ebe02bae99efab5d3ce2874db055f2 (patch)
treec05cb8639d75925f39ba00e53be548f40ffff52f /.github/ISSUE_TEMPLATE
parent77395eddc911e0801e50fd693f7bbaee8046aa95 (diff)
Create bug.yaml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml
new file mode 100644
index 0000000000..224a5bbde6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yaml
@@ -0,0 +1,36 @@
+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