Open taki-tiler[bot] opened 5 years ago
finish
Follow a tutorial of your choice to create a minimal "Hello World" using the technology stack you were assigned.
Examples of how getting started a new project with:
Note: For now on, some steps will have an estimated time to help you organizing your time better. If you do not finish the step in the estimated time don't worry! It's just an average time based on previous onboards By the way, remember that if you're struggling with any topic, feel free asking any Taqtiler ;)
finish
feature/setup
branchIf you don't remember how to open a Pull Request, check out the references in the previous issues. Your PR should have develop
branch as base, to be merged into later.
Note: This pull request will be revised by your Taqtile tutor. This process is called Code Review (CR). You'll possibly have some changes requested/suggested in order to merge this new branch on develop
.
Note 2: You want your pull request to be reviewed right? So please remember to assign your Taqtile mentor as the PR reviewer! If you're having problems, feel free to ask.
finish
Do you remember we created the README.md
of this project before? Now that you have a project created on your technology stack, it's time to update it with some piece of information.
Since the feature/setup
is (probably) still being reviewed, we need to create a new branch for this current step's task. Let's call this new branch docs/update-readme
. Here's what you'll need to do:
git checkout develop
docs/update-readme
Environment and tools
section with some data about... well... your machine environment and the tools you're using. Things like the Node version, the Android Studio version, the programming language any other relevant data for a developer to getting started in your project.Steps to run and debug
section is usually filled with information about how to run your project, such as what commands should the developer use or which configurations should he/she turn on/off before executing your project.After that, open a pull request with these README.md
changes.
finish
Here in Taqtile, before merging our revised (and approved) branches, we rebase this branch into the one we are attempting to merge. In this case, you'll rebase docs/readme
or feature/setup
to develop
, depending on which one was merged first.
Too confusing? Here are some good links you can read about rebase:
Note: Remember that if you are stuck in any of these topics, feel free to ask any Taqtiler. We are here to help 😉
finish
Click here for your next track
Step 1 - Create a git branch
feature/setup
If you don't remember how to create a branch, check the references in the previous issues.
Note: From here, the issues will contain fewer tutorials and step-by-step guides. However, it doesn't mean you won't be able to ask. You can always ask anything to any Taqtiler. We are here to help 😉
Note 2: Be patient, this is the last setup before coding. 👍