From 535de3d6f261a029900766616cf4683ff03e97e2 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 6 Jun 2021 13:53:05 +0100 Subject: [PATCH 1/5] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..3136c05 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +ko_fi: punlife From 73571a66bf2d0bfb408ad9924ee0475344f81384 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 6 Jun 2021 17:33:10 +0100 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8ff5950 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: punlife + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3232b45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: punlife + +--- + +**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** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 9a74ab299fdbfe7342ef5a0d7e166da03ae15ff1 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 6 Jun 2021 17:47:51 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b64236d..456fdf0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Hope you enjoy your time using Punduction! ------------------ +## Brand assets + +I've attached a couple of **Powered by Punduction** logos that you can place on your stream/overlays as a way of supporting the application, this is not in anyway mandatory but it makes me feel warm and fuzzy inside to see the application used across a range of streams. These assets can be found in the **brandAssets** folder. + +------------------ + ## Obtaining API keys for Scoreboard providers You are required to obtain your own API keys to use with Punduction, I am unable to give you access to my personal keys. From 5c6e544104cb836aece5b2ecf2d1d048a514b62a Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 6 Jun 2021 23:42:37 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 456fdf0..cf27bcf 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ https://youtu.be/CJtmCqIRaWw * **Raw:** Input a CSV file of the following format: **name,prefix,country**. The prefix and country can be empty but please ensure the name is populated. * If using HTML overlays make sure you press **Start Server** before starting and let the **Console** window run in the background. * After loading the appropriate data, choose the appropriate players, scores etc. and press save. +* If you're trying to populate the streamqueue, ensure you set it on SmashGG, populate the stream name field with matching stream and press **Update stream queue**. This will load the stream queue and then you can choose a specific set and press **Populate stream queue** to update the player fields with corresponding players. ### Video instructions From 265fb3df228b4ba8a7dcabc155d98d029d7f0c0d Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 7 Jun 2021 00:15:11 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf27bcf..2a9e7be 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ https://youtu.be/CJtmCqIRaWw * If using HTML overlays make sure you press **Start Server** before starting and let the **Console** window run in the background. * After loading the appropriate data, choose the appropriate players, scores etc. and press save. * If you're trying to populate the streamqueue, ensure you set it on SmashGG, populate the stream name field with matching stream and press **Update stream queue**. This will load the stream queue and then you can choose a specific set and press **Populate stream queue** to update the player fields with corresponding players. +* You can access the directories of the local server at http://localhost:8080/, from there you can navigate to wherever you placed your overlays and then put the full URL in a browser source in OBS etc. ### Video instructions