summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar liamwhite2022-07-27 13:00:59 -0400
committerGravatar GitHub2022-07-27 13:00:59 -0400
commit1779795d817f575ad48469d782b671ae7104bd19 (patch)
tree66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /.github
parentMerge pull request #8652 from lat9nq/ffmpeg-gh (diff)
parentci: add reuse job (diff)
downloadyuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip
Merge pull request #8338 from Tachi107/spdx-fixes
chore: make yuzu REUSE compliant
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml3
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report-feature-request.md5
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml3
-rw-r--r--.github/workflows/ci.yml9
-rw-r--r--.github/workflows/verify.yml3
5 files changed, 23 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 11bd525ad..ef03a1fc5 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,3 +1,6 @@
1# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
2# SPDX-License-Identifier: GPL-2.0-or-later
3
1# These are supported funding model platforms 4# These are supported funding model platforms
2 5
3patreon: yuzuteam 6patreon: yuzuteam
diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md
index 5706243bb..93370eaca 100644
--- a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md
+++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md
@@ -1,3 +1,8 @@
1<!--
2SPDX-FileCopyrightText: 2016 MerryMage
3SPDX-License-Identifier: GPL-2.0-or-later
4-->
5
1--- 6---
2name: Bug Report / Feature Request 7name: Bug Report / Feature Request
3about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu or you are requesting a feature you believe would make yuzu better. 8about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu or you are requesting a feature you believe would make yuzu better.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 52faafad3..8eed3b7c2 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,3 +1,6 @@
1# SPDX-FileCopyrightText: 2020 tgsm <doodrabbit@hotmail.com>
2# SPDX-License-Identifier: GPL-2.0-or-later
3
1blank_issues_enabled: false 4blank_issues_enabled: false
2contact_links: 5contact_links:
3 - name: yuzu Discord 6 - name: yuzu Discord
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8ec7e3c69..04f4bb9f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,3 +1,6 @@
1# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
2# SPDX-License-Identifier: GPL-2.0-or-later
3
1name: yuzu-ci 4name: yuzu-ci
2 5
3on: 6on:
@@ -21,3 +24,9 @@ jobs:
21 run: ./.ci/scripts/transifex/docker.sh 24 run: ./.ci/scripts/transifex/docker.sh
22 env: 25 env:
23 TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} 26 TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
27
28 reuse:
29 runs-on: ubuntu-latest
30 steps:
31 - uses: actions/checkout@v3
32 - uses: fsfe/reuse-action@v1
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 887220441..18cefe325 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -1,3 +1,6 @@
1# SPDX-FileCopyrightText: 2022 yuzu Emulator Project
2# SPDX-License-Identifier: GPL-3.0-or-later
3
1name: 'yuzu verify' 4name: 'yuzu verify'
2 5
3on: 6on: