akshitadixit / VCallZer

Project that facilitates anonymity while connected over a video call, by concealing the face as well as modulating the voice.
15 stars 27 forks source link

Create new branch web-app #11

Closed supzi-del closed 3 years ago

supzi-del commented 3 years ago

closes #7

Is this okay?

supzi-del commented 3 years ago

Oh okay, where should I add it?

supzi-del commented 3 years ago

I have created a folder called README.md in the folder of VCallZer. What should I do next?

akshitadixit commented 3 years ago

Oh okay, where should I add it?

In the web-app branch

akshitadixit commented 3 years ago

I have created a folder called README.md in the folder of VCallZer. What should I do next?

Commit the file and push to your repo using git push web-app and your changes will automatically be seen here

supzi-del commented 3 years ago

Thanks for guiding!

akshitadixit commented 3 years ago

@supzi-del you're welcome, just make sure the next time you make a PR use the words closes or fixes with the issue number as I edited in your description above. This automatically links the issue and closes it when the PR is merged. Just some good open-source practice :)

supzi-del commented 3 years ago

Hey! did anything go wrong from my side?

akshitadixit commented 3 years ago

Hey! did anything go wrong from my side?

Hey @supzi-del I forgot to check the merge destination. The next time you push a new branch to a repo, please do not select the destination as main. I did overlook this, my bad. image

supzi-del commented 3 years ago

I'm so sorry! I will keep it in mind.