Skip to content

Commit ea6a2d8

Browse files
committed
docs: update contributing docs
1 parent 0a54422 commit ea6a2d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Please follow the commit specification. See [`.commitlintrc.json`](https://githu
4949
### Commonly used NPM scripts
5050

5151
```bash
52-
# add new problem
53-
$ yarn new
5452
# run project in development mode
5553
$ yarn dev
5654
# build all dist files
@@ -64,7 +62,7 @@ There are some other scripts available in the `scripts` section of the `package.
6462
- **`assets`**: contains static files of the site
6563
- **`config`**: contains configuration files
6664
- **`src`**: contains the source code
67-
- **`problems`**: contains all the problems
65+
- **`tools`**: contains the built-in config and plugin files
6866

6967
All our source files are written in typescript, please make sure your submissions have strict type deduction and follow eslint specifications.
7068

0 commit comments

Comments
 (0)