Skip to content

Commit bf3ab9e

Browse files
committed
Update CONTRIBUTING
1 parent fb0ee0e commit bf3ab9e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,11 @@ framework.
106106
```sh
107107
packages/cli/
108108
├── src/
109-
│ ├── cli/ # used as a sandbox to test features, may eventually be a real CLI
110109
│ ├── core/ # the main code for @gud/cli
110+
│ ├── exports/ # the public API of the @gud/cli package
111111
│ ├── plugins/ # built-in plugins that enable optional features like help
112+
│ ├── sandbox/ # used as a sandbox to test features
112113
│ └── utils/ # utilities used throughout, should not reference any code outside utils
113-
├── test/
114-
│ ├── units/ # unit tests
115-
│ └── utils/ # utilities for testing
116114
├── .gitignore
117115
├── CHANGELOG.md # auto-generated changelog from changesets
118116
├── README.md

0 commit comments

Comments
 (0)