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
[optimize] simplify Repository model based on MobX-GitHub
[optimize] replace React with PReact to reduce Bundle Size
[optimize] upgrade to PNPM 9 & other Upstream packages
@@ -25,16 +25,27 @@ which is inspired by [WebCell scaffold][5].
25
25
2.[Spinner](./src/component/Spinner.tsx)
26
26
3.[REST Form](./src/component/RestForm.tsx)
27
27
4.[REST Table](./src/component/RestTable.tsx)
28
+
5.[GitHub logo](src/component/Git/Logo.tsx)
29
+
6.[GitHub card](src/component/Git/Card.tsx)
28
30
29
31
## Best practice
30
32
31
-
1. Install **[Settings][15] GitHub app** in your account or organization
32
-
2. Click the **[Use this template][16] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above
33
-
3. Click the **[Open in GitHub codespaces][7] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately
34
-
4. Set [Vercel variables][17] as [Repository secrets][18], then every commit will get an independent **Preview URL**
35
-
5. Recommend to add a [Notification step in GitHub actions][19] for your Team IM app
36
-
6. Remind the PMs & users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][20] instead of IM messages or Mobile Phone calls
37
-
7. Collect all these issues into [Project kanbans][21], then create **Pull requests** & add `closes #issue_number` into its description for automation
33
+
1. Install GitHub apps in your organization or account:
34
+
35
+
1.[Probot settings][15]: set up Issue labels & Pull Request rules
36
+
2.[PR badge][16]: set up Online [VS Code][17] editor entries in Pull Request description
37
+
38
+
2. Click the **[<kbd>Use this template</kbd>][18] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above
39
+
40
+
3. Click the **[<kbd>Open in GitHub codespaces</kbd>][7] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately
41
+
42
+
4. Set [Vercel variables][19] as [Repository secrets][20], then every commit will get an independent **Preview URL**
43
+
44
+
5. Recommend to add a [Notification step in GitHub actions][21] for your Team IM app
45
+
46
+
6. Remind the PMs & users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][22] instead of IM messages or Mobile Phone calls
47
+
48
+
7. Collect all these issues into [Project kanbans][23], then create **Pull requests** & add `closes #issue_number` into its description for automation
0 commit comments