diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-23 19:15:59 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 19:15:59 +0200 | 
| commit | eb01d6f770df757172d3b1173f3e0865ece25b81 (patch) | |
| tree | 015b6eedd778e0730f79dfdc5fb1fe41a4ad3c53 | |
| parent | 70d5d91170a14d74043526be1042c62dacc00450 (diff) | |
| parent | 0f2248ea12713822c546e362487aa94bb29e2899 (diff) | |
Merge branch 'main' into DRTVWR-591-maint-X
| -rw-r--r-- | .github/ISSUE_TEMPLATE/10-bug.yaml (renamed from .github/ISSUE_TEMPLATE/bug.yaml) | 0 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/20-enhancement.md (renamed from .github/ISSUE_TEMPLATE/enhancement.md) | 0 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/30-blank.yaml | 10 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/build.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/cla.yaml | 1 | 
6 files changed, 18 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml index 41208e8bf5..41208e8bf5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/10-bug.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/20-enhancement.md index dd40478811..dd40478811 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/20-enhancement.md diff --git a/.github/ISSUE_TEMPLATE/30-blank.yaml b/.github/ISSUE_TEMPLATE/30-blank.yaml new file mode 100644 index 0000000000..abe2623378 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-blank.yaml @@ -0,0 +1,10 @@ +name: Blank Issue +description: Don’t see your issue here? Open a blank issue. +labels: [triage] +body: +- type: textarea +  attributes: +    label: Description +    description: Please describe your issue. +  validations: +    required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..f2d58f5f65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: +- name: 💬 Community Feedback (Canny) +  url: https://feedback.secondlife.com +  about: Space for discussing and reviewing user-impacting bug reports and feature requests. diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 849c10d62e..1dd2c1d5df 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: diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index fa180c66c9..b4b2565889 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -23,3 +23,4 @@ jobs:            path-to-signatures: signatures.json            remote-organization-name: secondlife            remote-repository-name: cla-signatures +          allowlist: callum@mbp.localdomain  | 
