wootzapp / wootz-browser

🌐💸🤖Robinhood Meets ScaleAI: A New Mobile Browser To Trade Data & Token Payments🌐💸🤖 Colosseum Renaissance Winner. We do the hard work of rewriting Chromium...to integrate with training data marketplaces!
https://www.wootzapp.com/
GNU Affero General Public License v3.0
55 stars 32 forks source link

added german translation #59

Open shivanshguleria opened 1 year ago

shivanshguleria commented 1 year ago

Description

This project hopes and requests for clean pull request merges. the way we merge is squash and merge. This fundamentally can only work if you NEVER ISSUE A PULL REQUEST TWICE FROM THE SAME LOCAL BRANCH. If you create another pull request from same local branch, then the merge will always fail.

solution is simple - ONE BRANCH PER PULL REQUEST. We Follow this strictly. if you have created this pull request using your master/main branch, then follow these steps to fix it:

# Note: Any changes not committed will be lost.
git branch newbranch      # Create a new branch, saving the desired commits
git checkout master       # checkout master, this is the place you want to go back
git reset --hard HEAD~3   # Move master back by 3 commits (Make sure you know how many commits you need to go back)
git checkout newbranch    # Go to the new branch that still has the desired commits. NOW CREATE A PULL REQUEST

This PR Fixes # (issue)

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot: Thank you for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the WootzApp Contributor License Agreement. You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text.


I have read the Wootzapp CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

shivanshguleria commented 1 year ago

I have read the Wootzapp CLA Document and I hereby sign the CLA

sandys commented 1 year ago

hi shivansh, thank you for this commit.

can you please ping me on discord. would love to discuss more projects.

On Tue, 21 Feb 2023 at 23:31, Shivansh Guleria @.***> wrote:

Reopened #59 https://github.com/wootzapp/wootz-browser/pull/59.

— Reply to this email directly, view it on GitHub https://github.com/wootzapp/wootz-browser/pull/59#event-8573690666, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAASYU4KT6IQMUPC5RXI5CDWYT7IRANCNFSM6AAAAAAVDLHJ4Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>