diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-02-07 14:54:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 14:54:11 -0600 |
commit | 43b4159c8c2ca9ed1ff11399ac09e5496db9d271 (patch) | |
tree | 60b8771a4f6b2b9dae8ab7874a01c9af55a9b5e5 /.github | |
parent | 619bcf78f47b091380c227b2929046311e745c6a (diff) | |
parent | edb2fb57f8782f966c7ea675d2e4c0135352ef02 (diff) |
Merge pull request #756 from secondlife/main
merge main to materials_featurette
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yaml | 36 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 12 | ||||
-rw-r--r-- | .github/workflows/build.yaml | 4 |
3 files changed, 50 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000000..41208e8bf5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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 diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000..dd40478811 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,12 @@ +--- +name: Enhancement +about: New feature or enhancement +title: New Feature +labels: enhancement, triage +--- + +_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._ diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dee1ca24ab..70a3747b71 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,8 +4,8 @@ on: workflow_dispatch: pull_request: push: - branches: ["*"] - tags: ["*"] + branches: ["main", "release/*", "project/*"] + tags: ["Second_Life_*"] jobs: build: |