Official Github repository for Klababyan team.
- Install VSCode at https://code.visualstudio.com
- Install vscode extension called 'PlatformIO IDE' by PlatformIO.
- Clone the repository and open with VSCode.
- Click on the extension PlatformIO and click "Open Project".
- Navigate to the bottom tab to build and upload to the Arduino. Note: check .ini file to match the microcontroller architecture.
- Check the Issues tab for your assigned task.
- From your IDE, create a new branch where you will code to add new funcitonality or fix the issues.
- After you commit and publish your branch, you can open a pull request.
- Name the pull request on what you did, state the issue closed. (Ex: Closed issue #1)
- Check the "Files Changed" section to see what changes were made.
- Assign or wait for a reviewer to merge your branch.
- Understanding PlatformIO Configuration file https://docs.platformio.org/en/latest/projectconf/index.html
- Setting up git user https://support.atlassian.com/bitbucket-cloud/docs/configure-your-dvcs-username-for-commits/
- Getting started with bash files https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/