Onboarding - bluecolab/BlueColab_MobileDataViz GitHub Wiki
Onboarding
Blue CoLab Admin Steps
- Add developers to GitHub org with the appropriate permissions
Developer Steps
Steps to get started - no permissions needed
- Read the main README.md.
- Read the app related README.md.
- Try to get the app running with
Expo Go
following the instructions above.
- Now learn about our Tech-stack by looking at this page.
- Read more about how we manage the app project here.
- Bonus: Read though the rest of the wiki.
Steps to get started - your first contribution
- Make sure you have write access to the repo. Ask one of the interns or Leanne to give you access.
- Try to take on a story & assign yourself to it. Here's a few easy ones.
- Assuming you have done all of the getting started steps, create a new branch by the ID listed in the project. For example:
awm-26
.
- Locally on your machine make the changes needed; test it.
- Run
npm test
to make sure there are no problems, please fix them if there is.
- Remember to add yourself to the list of contributors.
- When you're ready commit the changes.
- Now push the branch to GitHub and open an new pull request (PR) with the name somewhere along the lines of
AWM-[the number] - Blah blah blah
.
- In the summary of PR put in what you changed & submit.
- Wait for checks to pass.
- Ask for PR to be reviewed.
- Once approved, merge!
- Congrats!