Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
27f0a39
update the link in README.md
KyoWuJiuJiu Sep 2, 2026
3537794
Merge pull request #1 from KyoWuJiuJiu/readme-update
KyoWuJiuJiu Sep 2, 2026
5dbaba1
Add CODEOWNERS file for repository ownership
KyoWuJiuJiu Sep 2, 2026
6c48fa8
this is for Git bisect 的测试
KyoWuJiuJiu Sep 2, 2026
fc0d4f9
Revert "rename index.html to inde.html"
KyoWuJiuJiu Sep 3, 2026
6a43929
把该死的.DS_Store放入到commit当中去, 省的一天到晚提醒我
KyoWuJiuJiu Sep 3, 2026
0c9a869
先保存一下, 然后测试其他的
KyoWuJiuJiu Sep 3, 2026
6629969
save firstly
KyoWuJiuJiu Sep 3, 2026
3812ff1
change from 150 to 200 in row 102 in index.html
KyoWuJiuJiu Sep 3, 2026
156f79b
dfasdfasdf
KyoWuJiuJiu Sep 3, 2026
ded3c09
add the .ds_store file to get rid of the warning
KyoWuJiuJiu Sep 6, 2026
f9b197b
this is for the practice of actions
KyoWuJiuJiu Sep 6, 2026
100bfca
this is for actions training on main
KyoWuJiuJiu Sep 6, 2026
ba93049
Merge branch 'new-colors'
KyoWuJiuJiu Sep 6, 2026
729be68
the last test on the actions activity
KyoWuJiuJiu Sep 6, 2026
a0bf7ed
Merge pull request #2 from KyoWuJiuJiu/new-colors
KyoWuJiuJiu Sep 6, 2026
80c15ec
hello
KyoWuJiuJiu Sep 6, 2026
f38222c
Merge pull request #3 from KyoWuJiuJiu/new-colors
KyoWuJiuJiu Sep 6, 2026
8f887f2
update the actions version from 5 to 7 in release-drafter.yml
KyoWuJiuJiu Sep 6, 2026
8ec8062
hello
KyoWuJiuJiu Sep 6, 2026
9642103
helo
KyoWuJiuJiu Sep 6, 2026
56d8a59
hello
KyoWuJiuJiu Sep 6, 2026
ee424e8
Merge pull request #4 from KyoWuJiuJiu/new-colors
KyoWuJiuJiu Sep 6, 2026
480d12c
hello
KyoWuJiuJiu Sep 6, 2026
8426047
Merge pull request #5 from KyoWuJiuJiu/new-colors
KyoWuJiuJiu Sep 6, 2026
774570f
hello
KyoWuJiuJiu Sep 6, 2026
e926340
hellow
KyoWuJiuJiu Sep 6, 2026
b506df0
hellow
KyoWuJiuJiu Sep 6, 2026
a2ff727
Merge pull request #6 from KyoWuJiuJiu/new-colors
KyoWuJiuJiu Sep 6, 2026
53a0452
hellow
KyoWuJiuJiu Sep 6, 2026
6d4159c
hello
KyoWuJiuJiu Sep 6, 2026
3e68529
Merge pull request #7 from KyoWuJiuJiu/new-colors
KyoWuJiuJiu Sep 6, 2026
4d72d98
update README.md by adding the line of Modified during a training by …
KyoWuJiuJiu Sep 6, 2026
6ddf12c
Merge pull request #8 from KyoWuJiuJiu/add-author
KyoWuJiuJiu Sep 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
31 changes: 31 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "🚀 Features"
labels:
- "feature"
- "enhancement"
- title: "🐛 Bug Fixes"
labels:
- "fix"
- "bugfix"
- "bug"
- title: "🧰 Maintenance"
labels:
- "chore"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
default: patch
template: |
## Changes

$CHANGES
27 changes: 27 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release Drafter

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: write
pull-requests: write

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into main
- uses: release-drafter/release-drafter@v6
with:
# Specify config name to use, relative to .github/.
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @KYOWUJIUJIU
*.js @GITHUBTEACHER
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

A project based learning activity for people who are getting started with Git and GitHub.

You can play the game at: https://githubschool.github.io/github-games/
You can play the game at: <https://github.com/KyoWuJiuJiu/github-games>

>> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_

This fun open source game was cloned from: https://github.com/jakesgordon/javascript-tetris
This fun open source game was cloned from: <https://github.com/jakesgordon/javascript-tetris>

this is 为了测试 Git bisect新建一个commit
Modified during a training by @KyoWuJiuJiu
File renamed without changes
Loading