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
Copy file name to clipboardExpand all lines: README-en_US.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,20 @@ create `openapi-ts-request.config.ts` file in the project root directory
45
45
> the config file also supports **_.openapi-ts-request.ts_**, **_openapi-ts-request.config.cjs_** format, reference [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig?tab=readme-ov-file#cosmiconfig)
| filterCaseInsensitive | no | boolean | false | whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters |
@@ -345,7 +345,8 @@ export default {
345
345
4. make sure your code passes all test cases (new functional test cases need to be added for new features):`pnpm test:unit`
346
346
5. create a changeset file using the command:`pnpm changeset`
347
347
6. submit your changes using commit (must follow commitlint specification)
348
-
7. submit Pull Request
348
+
7. If documents are involved, please update README.md, READMD-en_US.md, and agents.md simultaneousl
0 commit comments