From c1947205246e6014048ba6d420a6e47bf15f1af5 Mon Sep 17 00:00:00 2001
From: Manuel Cabral
Date: Fri, 12 May 2023 11:36:10 -0300
Subject: [PATCH 1/3] docs(readme): update
---
README.md | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index ec0b4fa..655509d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
+
+
+
-
- A YouTube Music Rich Presence client that show what you're listening client made with ❤️.
+ A YouTube Music Rich Presence app client that show what you're listening client made with ❤️.
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -17,11 +19,12 @@ The lastest release is available [here](https://github.com/manucabral/YoutubeMus
- Google Chrome
- Yandex Browser
- Microsoft Edge
-> Still in dev for more browsers.
+
+If you want a support for another browser, please make an [issue](https://github.com/manucabral/YoutubeMusicRPC/issues).
-## ❓ How does that work
-The program opens your browser with remote debugging enable and obtains all Youtube Music tabs then gets all information about that media throught [MediaSession](https://developer.mozilla.org/en-US/docs/Web/API/MediaSession).
+## :grey_question: How does that work
+The application opens your browser with remote debugging enable (Chrome Dev Tools) to access all Youtube Music tabs, once this is done the app executes a script to obtain all the data throught [MediaSession](https://developer.mozilla.org/en-US/docs/Web/API/MediaSession) and finally create a Rich Presence for Discord.
## 🔨 Troubleshooting
- My rich presence client is not displaying?
@@ -42,12 +45,5 @@ The program opens your browser with remote debugging enable and obtains all Yout
Credits to [pypresence](https://github.com/qwertyquerty/pypresence)
## ✨ Contributing
-All contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!
+All contributions, bug reports, fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!
-## Previews
-
-
-
-
-
-
From 2a750151dc36482676813630901210fe942a1a2d Mon Sep 17 00:00:00 2001
From: Manuel Cabral
Date: Sat, 13 May 2023 10:56:40 -0300
Subject: [PATCH 2/3] feat(repo): update issues template
---
.github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..4787826
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: " "
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior.
+
+**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. Windows]
+ - Version [e.g. Pro 64 bits]
+
+**Additional context**
+Add any other context about the problem here.
From a626fefedb764a264255838149064d4aacf640ec Mon Sep 17 00:00:00 2001
From: Manuel Cabral
Date: Sat, 13 May 2023 10:57:23 -0300
Subject: [PATCH 3/3] feaT: update issue templates
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
.github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
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
index 4787826..4290819 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
-title: " "
+title: " "
labels: bug
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..44d62fa
--- /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: ''
+
+---
+
+**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.