Coder Social home page Coder Social logo

global-metaverse-bootcamp's Introduction

Github PR Submission Guide

PR Submission Deadline: 2021.Dec.23rd 00:00 PST(2021.Dec.23rd 08:00 UTC)

1. Create a Github account.

2. Download Git BASH Client and complete Github configuration in local environment.

Open Gitbash Terminal.

Enter the following command line in the terminal (name and email are filled in according to the github account).

git config --global user.name xxx

git config --global user.email [email protected]

Create a local SSH โ€”โ€” Secure Shell.

ssh-keygen -t rsa -C "[email protected]" 

Configure SSH into Github Settings.

Linux: /home/username/.ssh

Mac: /Users/username/.ssh

Windows: C:\Documents and Settings\Administrator.ssh OR C:\Users\username\.ssh

Open the file id_rsa.pub with Notepad and copy the content.

ssh-rsa XXXXX....XXX

[email protected]

Go to github and login your account.

Find "SSH and GPG keys" in personal account settings.

Click "New SSH key" and paste the content from the file "id_rsa.pub".

Then, click "Add SSH key". There is no any specific requirement for title.

Validate if the comfiguration is successful.

3.Fork the open-source codes into the personal remote repository.

Repository URL: https://github.com/WhiteMatrixTech/Gobal-Metaverse-Bootcamp

4.Clone personal github repository into local environment via SSH.

git clone [email protected]:XXXxx

Enter the destination folder.

cd xxxxxxxxxxx

The downloaded folder in Windows can be checked in the route below.

C:\Users\user name\Global-Metaverse-Bootcamp\

5.Create a folder named by your team name under projects. Generate a README.md file which contains the information of your team, your project and the link to your github repository.

Team Number:
Job Allocation:
Project Intro:
Video Link:
Repository Addr:
(Repository must contain ppt slides.)

Use the command line "git push" to upload the project folder to github.

git add .
git commit -m 'submit'
git push 

Then, the README.md file can be seen on the github repository.

6.Click "New pull request" and create a PR(Pull Request).

7.Convert PR into Draft where all the match-related resources should be placed.

8.Accomplish the project and submit.

9.Convert the status of PR into "Ready For Review" as long as the submission has been done. Bootcamp staff will merge all the PRs.

global-metaverse-bootcamp's People

Contributors

a11rew avatar yorksome avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.