Skip to content

Commit 2a5ea8c

Browse files
author
flex
committedFeb 29, 2024
fix
1 parent 0296084 commit 2a5ea8c

File tree

2 files changed

+46
-47
lines changed

2 files changed

+46
-47
lines changed
 

‎Guide/README.md

-46
This file was deleted.

‎README.md

+46-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
# 2024-ALCOVE-Hackathon-Shenzhen
1+
# Project Submission Guidelines
2+
3+
## Submission Process
4+
5+
1. Enter the official [GitHub](https://github.com/ALCOVE-LAB/2024-ALCOVE-Hackathon-Shenzhen) - `2024-ALCOVE-Hackathon-Shenzhen` repository of the hackathon.
6+
7+
2. Select "**Fork**" to copy the official repository to your personal GitHub repository;
8+
9+
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.
10+
11+
3. Clone the copy of the Forked repository to your device;
12+
13+
```
14+
git clone https://github.com/YOUR_USERNAME/2024-ALCOVE-Hackathon-Shenzhen.git
15+
```
16+
17+
4. Arrange the files on your own device: First, create a personal project folder (take the name of your corresponding project) under the division folder, and place the files to be submitted in the personal folder.
18+
19+
| Type Submissions in Folder |
20+
| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
21+
| Files to be submitted) |
22+
| PowerPoint demo (required) |
23+
| 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) |
24+
| Any other support material |
25+
26+
5. Push the changed branch to the remote branch under your Github account;
27+
28+
```
29+
git add .
30+
git commit -m "Project Name Results Delivery"
31+
git push
32+
```
33+
34+
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:
35+
36+
- Enter the official repository.
37+
38+
- Select [Pull requests].
39+
40+
- Click on "New pull request".
41+
42+
- Click on “compare across forks”, and select your repository on the drop-down list of the main repository.
43+
44+
- Fill in your submission notes for the Pull Request.
45+
46+
> Here's how you should name the PR: division-team name-project name-team members

0 commit comments

Comments
 (0)
Please sign in to comment.