Skip to content

Commit f0b6dc4

Browse files
committed
feat(Doc): Add Development Section. Add CONTRIBUTING.md file
1 parent 4cc0d71 commit f0b6dc4

File tree

3 files changed

+2548
-109
lines changed

3 files changed

+2548
-109
lines changed

CONTRIBUTING.md

Whitespace-only changes.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ After build phase, 3 files are generated into the `dist` folder:
9595
- `app.bundle.js` - contains the core of the application. From the entry point `src/index.ts`
9696
- `vendor.bundle.js` - contains the vendor dependencies. From the entry point `src/vendor.ts` (lodash is added as an example)
9797
- `index.html` - html page referencing these files
98+
99+
## Development
100+
101+
We'd love to have your helping hand on `create-ts-lib`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started.

0 commit comments

Comments
 (0)