Skip to content

MovemakerHQ/EVERMOVE-Hackerhouse-HK-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目提交指南

提交流程

  1. 进入黑客松官方 GitHub 仓库 —— EVERMOVE-Hackerhouse-HK-2025

  2. 选择 "Fork" 以将官方仓库复制到您的个人 GitHub 仓库;

    注意:"Fork" 意味着创建官方仓库的个人副本。您可以在该副本上进行任何更改,并将这些更改提交到官方仓库,管理员会审核并合并您的更改。

  3. 将 Fork 之后的仓库克隆到您的本地设备:

    git clone https://github.com/YOUR_USERNAME/EVERMOVE-Hackerhouse-HK-2025.git
    
  4. 在本地整理文件:首先,创建一个项目文件夹(ID-Name),并将要提交的文件放入该文件夹内。请勿修改或提交该文件夹以外的任何文件

    提交内容
    (需提交的文件)
    演示文稿(必填)
    DEMO 链接或项目介绍视频链接(选填;视频应上传至 YouTube 等视频平台,且时长不得超过 5 分钟)
    GitHub 项目链接
    其他任何支持性材料
  5. 将更改后的分支推送到您的 GitHub 远程仓库:

    git add .
    git commit -m "项目名称 结果提交"
    git push
    
  6. 通过 PR(Pull Request)提交更改到官方仓库,并填写必要的提交信息。具体流程如下:

    • 进入官方仓库。

    • 选择 [Pull requests]。

    • 点击 "New pull request"(新建 PR)。

    • 点击 “compare across forks”,然后在主仓库的下拉列表中选择您的 Fork 仓库。

    • 填写 Pull Request 的提交说明。

      PR 命名格式应如下:序号-团队名称-项目名称-团队成员

Project Submission Guidelines

Submission Process

  1. Enter the official GitHub - EVERMOVE-Hackerhouse-HK-2025 repository of the hackerhouse.

  2. Select "Fork" to copy the official repository to your personal GitHub repository;

    Note: "Fork" means creating a personal copy of the repository. You can make any changes on the personal copy and submit those changes to the original repository, and the admin will review and merge your changes.

  3. Clone the copy of the Forked repository to your device;

    git clone https://github.com/YOUR_USERNAME/EVERMOVE-Hackerhouse-HK-2025.git
    
  4. Arrange the files on your own device: First, create a project folder (ID-Name) and place the files to be submitted in this folder. Do not modify or submit any files outside of this folder.

    Type Submissions in Folder
    (Files to be submitted)
    Presentation slides (required)
    DEMO link or link to the project introduction video (optional; the video should be uploaded to video platforms like YouTube and may not exceed 5 minutes)
    Github link
    Any other support material
  5. Push the changed branch to the remote branch under your Github account;

    git add .
    git commit -m "Project Name Results Delivery"
    git push
    
  6. Submit a copy of the changes to the official repository through PR (Pull Request) and fill in the required submission information. The specific process is as follows:

    • Enter the official repository.

    • Select [Pull requests].

    • Click on "New pull request".

    • Click on “compare across forks”, and select your repository on the drop-down list of the main repository.

    • Fill in your submission notes for the Pull Request.

      Here's how you should name the PR: ID name-project name-team members

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 33

Languages