From 3b00cfbdecc116933233e0bd13767f11bb2316f8 Mon Sep 17 00:00:00 2001 From: Vladislav Mikhalin Date: Sun, 29 Dec 2024 19:51:25 +0300 Subject: [PATCH] added copyrights for reuse checks, added VRAM field --- .github/ISSUE_TEMPLATE/app-bug-report.yaml | 2 ++ .github/ISSUE_TEMPLATE/config.yml | 2 ++ .github/ISSUE_TEMPLATE/feature-request.yaml | 2 ++ .github/ISSUE_TEMPLATE/game-bug-report.yaml | 13 +++++++++++-- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app-bug-report.yaml b/.github/ISSUE_TEMPLATE/app-bug-report.yaml index ac80b52a9d4..c38bbb81426 100644 --- a/.github/ISSUE_TEMPLATE/app-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/app-bug-report.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later # Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema name: Application Bug Report description: Problem with the application itself (ie. bad file path handling, UX issue) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5497e200dc0..5adcf1437cd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later blank_issues_enabled: false contact_links: - name: Discord diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index a4b5d0eae81..a1b49362ab9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later # Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema name: Feature Request description: Suggest a new feature or improve an existing one diff --git a/.github/ISSUE_TEMPLATE/game-bug-report.yaml b/.github/ISSUE_TEMPLATE/game-bug-report.yaml index 4454e9e2242..2fb8222fc3b 100644 --- a/.github/ISSUE_TEMPLATE/game-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/game-bug-report.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later # Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema name: Game Emulation Bug Report description: Problem in a game (ie. graphical artifacts, crashes, etc.) @@ -56,14 +58,14 @@ body: id: cpu attributes: label: CPU - placeholder: "Example: i7-8700" + placeholder: "Example: Intel Core i7-8700" validations: required: true - type: input id: gpu attributes: label: GPU - placeholder: "Example: GTX 1650" + placeholder: "Example: nVidia GTX 1650" validations: required: true - type: input @@ -73,6 +75,13 @@ body: placeholder: "Example: 16 GB" validations: required: true + - type: input + id: vram + attributes: + label: Amount of VRAM in GB + placeholder: "Example: 8 GB" + validations: + required: true - type: textarea id: logs attributes: