From b6013321baac781b42ab9c8677c48440e6f9ac4b Mon Sep 17 00:00:00 2001 From: Maarten van Heusden <50550545+mmvanheusden@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:37:48 +0200 Subject: [PATCH] docs: add issue templates --- .github/FUNDING.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/download_problem.md | 23 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++----- .github/dependabot.yml | 7 ++++++- 5 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/download_problem.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b066e590..fbf30eae 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -liberapay: barbapapa +custom: https://paypal.me/onderkin diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..452a6405 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a bug in this project +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of the bug. + +**Is your bug report related to another bug report? Please describe.** +If yes, the issue number and an explanation of why the bug is related to this one. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the bug report here. diff --git a/.github/ISSUE_TEMPLATE/download_problem.md b/.github/ISSUE_TEMPLATE/download_problem.md new file mode 100644 index 00000000..16ce6229 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/download_problem.md @@ -0,0 +1,23 @@ +--- +name: Download problem +about: Report a difficulty in downloading a game +title: '' +labels: question +assignees: '' + +--- + +**Describe the game you are trying to download** +A clear and concise description of the bug. +**App ID:** +**Depot ID:** +**Manifest ID:** + +**Show the error that DepotDownloader produces** +A screenshot or a copy-paste wrapped in a code-block (` ``` `) of the DepotDownloader terminal output + +**Do you own the game?** +If no, you probably can't download the game. You must own the game on Steam to be able to download it. + +**Additional context** +Add any other context or screenshots about the issue here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..fe78bbd0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,19 +2,19 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: feature assignees: '' --- -**Is your feature request related to a problem? Please describe.** +**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -**Describe the solution you'd like** +**Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** +**Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. -**Additional context** +**Additional context** Add any other context or screenshots about the feature request here. diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff82a10..a061bcea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,9 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + + - package-ecosystem: "cargo" + directory: "/src-tauri/" + schedule: + interval: "monthly"