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: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ Todo: Provide a clearer vision for the project.
16
16
17
17
Good pull requests, such as patches, improvements, and new features, are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
18
18
19
-
Please ask first if somebody else is already working on this or the core developers think your feature is in-scope for Create React App. Generally always have a related issue with discussions for whatever you are including.
19
+
Please ask first if somebody else is already working on this or the core developers think your feature is in-scope for Create TypeScript Package. Generally always have a related issue with discussions for whatever you are including.
20
20
21
21
Please also provide a test plan, i.e. specify how you verified that your addition works.
22
22
23
-
## Folder Structure of Create React App
23
+
## Folder Structure of Create TypeScript Package
24
24
`create-typescript-package` is a monorepo, meaning it is divided into independent sub-packages.<br>
25
-
These packages can be found in the [`packages/`](https://github.com/facebookincubator/create-typescript-package/tree/master/packages) directory.
25
+
These packages can be found in the [`packages/`](https://github.com/ncphillips/create-typescript-package/tree/master/packages) directory.
This package is the heart of the project, which contains the scripts for setting up the development server, building production builds, configuring all software used, etc.<br>
38
38
39
39
## Setting Up a Local Copy
@@ -64,4 +64,4 @@ cd my-app
64
64
7. Wait for a long time, and it will get published. Don’t worry that it’s stuck. In the end the publish script will prompt for versions before publishing the packages.
65
65
8. After publishing, create a GitHub Release with the same text as the changelog entry. See previous Releases for inspiration.
66
66
67
-
Make sure to test the released version! If you want to be extra careful, you can publish a prerelease by running `npm run publish -- --tag next` instead of `npm run publish`.
67
+
Make sure to test the released version! If you want to be extra careful, you can publish a prerelease by running `npm run publish -- --tag next` instead of `npm run publish`.
0 commit comments