Skip to content

Commit af7c645

Browse files
authored
Fix table in CONTRIBUTING.md (#6029)
Multi-line table syntax is not supported in GitHub Markdown.
1 parent 2b18e0b commit af7c645

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,10 @@ are unavailable to Pull Requests coming from forks of the repository.
148148
| path | description |
149149
| --------------- | --------------------------------------------------------- |
150150
| `src` | Contains shared/support code for the commands |
151-
| `src/bin` | Contains the runnable script. You shouldn't need to touch |
152-
: : this content. :
153-
| `src/commands` | Contains code for the commands, organized by |
154-
: : one-file-per-command with dashes. :
155-
| `src/templates` | Contains static files needed for various reasons |
156-
: : (inittemplates, login success HTML, etc.) :
157-
| `src/test` | Contains tests. Mirrors the top-level directory structure |
158-
: : (i.e., `src/test/commands` contains command tests and :
159-
: : `src/test/gcp` contains `gcp` tests) :
151+
| `src/bin` | Contains the runnable script. You shouldn't need to touch this content. |
152+
| `src/commands` | Contains code for the commands, organized by one-file-per-command with dashes. |
153+
| `src/templates` | Contains static files needed for various reasons (inittemplates, login success HTML, etc.) |
154+
| `src/test` | Contains tests. Mirrors the top-level directory structure (i.e., `src/test/commands` contains command tests and `src/test/gcp` contains `gcp` tests) |
160155

161156
## Building CLI commands
162157

0 commit comments

Comments
 (0)