react-native-keycloak
react-native-keycloak copied to clipboard
Deploy to Google Play
Describe the bug I detected a bug when deploying to Google Play and already made a fix, but I can't open any PR.
What's the matter opening a PR?
$ git push --set-upstream origin fix/query-all-packages
remote: Permission to react-keycloak/react-native-keycloak.git denied to glauberbrack. fatal: unable to access 'https://github.com/react-keycloak/react-native-keycloak/': The requested URL returned error: 403
It's appear that I don't have permission to create a new branch to create a new PR
You can't push directly to our repo. You have to:
- fork this repo (branch: main)
- do the fix onto your git forked repo
- from your fixed forked repo, do the PR onto our repo
- then we will check and merge if everything is fine
Thank you for the future PR 🥇
Awesome! It's my first open source contributing. Thank you by the explanation!
https://github.com/react-keycloak/react-native-keycloak/pull/106