- Fork the repo using the fork icon in the top right corner
- Clone the repo to your local system
- Make your additions and push/commit back to your forked repo (Descriptive commit messages)
- Make a Pull Request to Sentry main repo. (Add descriptions & screenshots)
- Add the remote using the command below
git remote add upstream https://github.com/Sentry-Project/sentry.git
- Follow the steps in this link https://levelup.gitconnected.com/how-to-update-fork-repo-from-original-repo-b853387dd471