|
|
@@ -127,13 +127,13 @@ After the startup is successful, you can open `http://localhost:8888` in the bro
|
|
|
|
|
|
You can modify the component source code under the `packages/stdf/components` directory and view the modification effect in real-time. Note that both VS Code and WebStorm support directly jumping to the component source code when calling the component.
|
|
|
|
|
|
-If you don't want to develop locally, you can choose to use StackBlitz to debug online. Just open [STDF Demo](https://stackblitz.com/github/any-tdf/demo-stdf?startScript=dev_en) to start online debugging.
|
|
|
+If you don't want to develop locally, you can choose to use StackBlitz to debug online. Just open [STDF Demo](https://stackblitz.com/github/any-tdf/0.x-demo-stdf?startScript=dev_en) to start online debugging.
|
|
|
|
|
|
## Submitting PR
|
|
|
|
|
|
If you are submitting a Pull Request on GitHub for the first time, you can read the following two articles to learn:
|
|
|
|
|
|
-- [First Contributions](https://github.com/firstcontributions/first-contributions/blob/main/translations/README.zh-cn.md)
|
|
|
+- [First Contributions](https://github.com/firstcontributions/first-contributions/blob/0.x/translations/README.zh-cn.md)
|
|
|
- [How to contribute code elegantly on GitHub](https://segmentfault.com/a/1190000000736629)
|
|
|
|
|
|
### Process
|
|
|
@@ -141,7 +141,7 @@ If you are submitting a Pull Request on GitHub for the first time, you can read
|
|
|
- Please fork a copy of [STDF](https://github.com/any-tdf/stdf) to your own repository. If you have already forked, please synchronize the latest code from the main repository.
|
|
|
- Clone your repository to your local machine.
|
|
|
- Modify the component source code and verify it in the Demo.
|
|
|
-- 「Optional」Supplement the Chinese and English documentation for this modification, which is located in the `doc/components` directory. Depending on the specific modification content, you may need to modify the api, FAQ, guide, version, and other documents. For modifications to version, please add tags. Please refer to the [STDF Version tag](https://github.com/any-tdf/stdf/blob/main/doc/components/button/version.md?plain=1) for specific details.
|
|
|
+- 「Optional」Supplement the Chinese and English documentation for this modification, which is located in the `doc/components` directory. Depending on the specific modification content, you may need to modify the api, FAQ, guide, version, and other documents. For modifications to version, please add tags. Please refer to the [STDF Version tag](https://github.com/any-tdf/stdf/blob/0.x/doc/components/button/version.md?plain=1) for specific details.
|
|
|
- Go to the root directory of the repository and execute `pnpm i` or `npm i` or `bun i` to install dependencies.
|
|
|
- Use your editor to format the modified code or execute `pnpm run format` or `npm run format` in the command line to format the code.
|
|
|
- Execute `pnpm run lint` or `npm run lint` to check the code formatting.
|