From 71e0848d82b83ce6316c8fac93eb929c5e415173 Mon Sep 17 00:00:00 2001 From: Thijs Takken <23289714+Thijsie88@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:10:13 +0100 Subject: [PATCH 1/2] feature test --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9db71b7..41a0a99 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ def clear_local_music_folder(): password = str(os.getenv('PASSWORD')) # WebDAV password interval = int(os.getenv('INTERVAL'))*60 # How often the the program should check for updated playlists, (did it times 60 to put it into seconds, so users can put it in minutes) - # welcome + # welcome message print("Started Music Service") # print Python version for informational purposes From 2629d73fc761ab7916a5b7ee1bf6ad748a6ef553 Mon Sep 17 00:00:00 2001 From: Thijs Takken <23289714+thijstakken@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:25:19 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd6e2d..14c38bc 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ docker run \ musicservice:dev ``` -6. 🎉 Create a branch and make your changes. When committing changes please use [Gitmoji](https://gitmoji.dev/) and [close the corresponding issue with "fixed"](https://github.com/gitbucket/gitbucket/wiki/How-to-Close-Reference-issues-and-pull-request) and the number of the issue `git commit -m ":bug: fixed #21 Your commit message"` +6. 🎉 Use the develop branch and commit your feature to a new branch. When committing changes please use [Gitmoji](https://gitmoji.dev/) and [close the corresponding issue with "fixed"](https://github.com/gitbucket/gitbucket/wiki/How-to-Close-Reference-issues-and-pull-request) and the number of the issue `git commit -m ":bug: fixed #21 Your commit message"` 7. ⬆ Create a [pull request](https://github.com/thijstakken/MusicService/pulls) 8. 🚀 Wait for it to be reviewed and merged!