From 98bfe57af01054d3d29033be5ec0906fde62b38a Mon Sep 17 00:00:00 2001 From: Mike Boharsik Date: Wed, 24 Aug 2022 18:51:25 -0400 Subject: [PATCH 1/2] Update BUILD.md to reference correct solution generation bat file path (#15) --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 2fd6dbef..e9eac5a8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -10,8 +10,8 @@ Prerequisites: Instructions: 1) Run `git clone --recursive https://github.com/cemu-project/Cemu` -2) Launch `Cemu/build_vs_solution.bat`. If you installed VS to a custom location you may need to manually adjust the path inside the bat file -3) Wait until done, then open build/Cemu.sln in Visual Studio +2) Launch `Cemu/generate_vs_solution.bat`. If you installed VS to a custom location you may need to manually adjust the path inside the bat file +3) Wait until done, then open `Cemu/build/Cemu.sln` in Visual Studio 4) Right click 'CemuBin' project -> Set as startup project 5) Then build the solution and once finished you can run and debug it From be0f062de82737639a0c16cf59c0d0e2c08f41be Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 25 Aug 2022 00:57:33 +0200 Subject: [PATCH 2/2] .github: Add issue template and funding information (#28) * .github: Add issue template Co-authored-by: Exzap <13877693+Exzap@users.noreply.github.com> --- .../bug-report-feature-request.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md new file mode 100644 index 00000000..05eebe54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md @@ -0,0 +1,34 @@ +--- +name: Bug Report / Feature Request +about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Cemu or you are requesting a feature you believe would make Cemu better. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d33d87ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Cemu Discord + url: https://discord.com/invite/5psYsup + about: If you are experiencing an issue with Cemu, and you need tech support, or if you have a general question, try asking in the official Cemu Discord linked here. Piracy is not allowed.