You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document provides instructions for GitHub Copilot to follow when generating or modifying markdown files for the Grappling Games project. These guidelines ensure consistent structure and formatting across all class and game files.
4
4
5
+
For detailed file structure and formatting guidelines, please refer to [game-format-guidelines.md](game-format-guidelines.md).
6
+
5
7
## General Formatting Guidelines
6
8
7
9
1. Use `#` for main titles, `##` for section headings, and `###` for subsection headings
8
10
2. Use double asterisks (`**`) for bold text, especially for field labels
9
11
3. Use two spaces at the end of a line to create line breaks within sections
10
12
4. Use double line breaks to separate major sections
11
13
12
-
## Class File Structure (.md files in /classes/ directory)
14
+
## Time Format Standard
13
15
14
-
Class files should follow this structure:
16
+
Always format time specifications as this unless told otherwise:
17
+
`**Time:** 3 minutes, 2 partners or 6 minutes total - switching back and forth`
15
18
16
-
```markdown
17
-
# [Name of Class] Class
18
-
**Class Length:** 1 hour
19
+
## GitHub Pages URLs Format
19
20
20
-
This class consists of several progressive drills that build upon each other. Each drill is available as an individual game file for reference.
21
+
When linking to game files from class files, always use the format:
Copy file name to clipboardExpand all lines: games/standing/progressive-touch-to-bodylock.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ A competitive standing drill where both partners start with no connections and r
6
6
## Details
7
7
**Time:** 3 minutes, 2 partners or 6 minutes total - switching back and forth
8
8
9
-
### Player One
10
-
**Position:** Standing facing your partner with no initial connections
11
-
**Objective:** Complete three touches (any combination of underhook, hand behind knee, or Russian tie) before establishing a bodylock, or bypass these requirements by shooting for a double leg takedown
12
-
**Win:** Successfully complete three touches and establish a bodylock, or successfully execute a double leg takedown
13
-
14
-
### Player Two
15
9
**Position:** Standing facing your partner with no initial connections
16
10
**Objective:** Complete three touches (any combination of underhook, hand behind knee, or Russian tie) before establishing a bodylock, or bypass these requirements by shooting for a double leg takedown
17
11
**Win:** Successfully complete three touches and establish a bodylock, or successfully execute a double leg takedown
0 commit comments