nerdaxic / glados-voice-assistant

DIY Voice Assistant based on the GLaDOS character from Portal video game series. Works with home assistant!
https://www.henrirantanen.fi/2022/02/10/glados-voice-assistant-with-custom-text-to-speech/?utm_source=github.com&utm_medium=social&utm_campaign=post&utm_content=DIY+GLaDOS+Voice+Assistant+with+Python+and+Raspberry+Pi
Other
279 stars 23 forks source link

Added glados_settings.yaml to .gitignore #25

Closed salleq closed 2 years ago

salleq commented 2 years ago

I don't know how the heck not to get so many commits but please check before accepting the PR that it doesn't change more than one file (.gitignore)

eternalliving commented 2 years ago

I’m still trying to wrap my head around git too!!! I think creating a specific branch on your cloned version just for the small mod you want to make, then pull that branch.

I used the following link when I first started and it was very thorough. https://www.dataschool.io/how-to-contribute-on-github/

salleq commented 2 years ago

Yeah I think I'll close this PR, reset my fork to upstream, create a branch for this change and then submit a new PR (so we don't get many unusable commits).