Skip to content

Commit 711a5a5

Browse files
committed
Update contributing.md to point to correct repo
1 parent b0a39d2 commit 711a5a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Todo: Provide a clearer vision for the project.
1616

1717
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.
1818

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.
2020

2121
Please also provide a test plan, i.e. specify how you verified that your addition works.
2222

23-
## Folder Structure of Create React App
23+
## Folder Structure of Create TypeScript Package
2424
`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.
2626

2727
### Overview of directory structure
2828
```
@@ -33,7 +33,7 @@ packages/
3333
### Package Descriptions
3434
#### [create-typescript-package](https://github.com/ncphillips/create-typescript-package/tree/master/packages/create-typescript-package)
3535
The global CLI command code can be found in this directory, and shouldn't often be changed. It should run on Node 0.10+.
36-
#### [react-scripts](https://github.com/ncphillips/create-typescript-package/tree/master/packages/react-scripts)
36+
#### [type-scripts](https://github.com/ncphillips/create-typescript-package/tree/master/packages/type-scripts)
3737
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>
3838

3939
## Setting Up a Local Copy
@@ -64,4 +64,4 @@ cd my-app
6464
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.
6565
8. After publishing, create a GitHub Release with the same text as the changelog entry. See previous Releases for inspiration.
6666

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

Comments
 (0)