Skip to content

agusbudi/mobile-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Programming Tutorial

Content Outline

How to Contribute - for Teaching Assistants

  1. Open issue with the title of the topic you want to contribute to.

    • Click on the Issues tab and click on the New Issue button.

      Image

    • Add the title and assign yourself to the issue.

      Image

    • Click on Create Issue.

  2. Create a new branch with the name of the issue.

    • On the newly created issue, click on Create a branch.

      Image

    • Remove the first number on the branch name.

      Image

    • Click on Create branch and copy the instructions.

      Image

  3. Checkout to the new branch.

    • Open the terminal and paste the instructions.

      Image

  4. Add your content.

  5. Push the branch to the repository.

    • Open the terminal and run this command.

      git add .
      git commit -m <commit message>
      git pull origin main --rebase
      git push
  6. Create a pull request to the main branch.

    • Open the branch and click on contribute, then open a pull request.

      Image

    • Change the title and add lecturer as a reviewer as well as assign yourself.

      image

    • Click on Create pull request.

  7. Wait for the review and approval.

  8. Merge the pull request after approval.

    • Go to the pull request and change to rebase and merge.

      image

    • Click on Rebase and merge.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors