diff options
| author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-07-23 09:54:19 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 09:54:19 -0700 | 
| commit | 06c90a6fecb88f7062e366ce7aa400dd6a2d937a (patch) | |
| tree | 8a3bd84de12396a2c266011b89161635bc0ce13d | |
| parent | bd6b6acf223ebeec5ada8059422473227396f6a6 (diff) | |
Clarify environment info prompt for bug issue template. (#2088)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/10-bug.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml index 41208e8bf5..612f71ace6 100644 --- a/.github/ISSUE_TEMPLATE/10-bug.yaml +++ b/.github/ISSUE_TEMPLATE/10-bug.yaml @@ -11,8 +11,8 @@ body:  - type: textarea    attributes:      label: Environment -    description: About Second Life Text -    placeholder: ex. Second Life Test 7.1.3.240191747 (64bit) ... +    description: "Please copy the info from the viewer's 'About Second Life' window and paste it here:" +    placeholder: 'ex. Second Life Release 7.1.8.9375512768 (64bit) ...'    validations:      required: true  | 
