Skip to content

Commit a4845dd

Browse files
committed
Added a README to every directory. Closes #452
1 parent 4502b6e commit a4845dd

File tree

21 files changed

+130
-3
lines changed

21 files changed

+130
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111

1212
- If using the package programmatically and it's out of date, a message will be shown (this was always the case for the CLI).
13+
- There is now a README in every directory (with at least a single sentence summarizing the directory) to help with onboarding contributors.
1314

1415
### Changed
1516

bin/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains CLI command handlers.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../CONTRIBUTING.md).

build/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains all build-related scripts.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../CONTRIBUTING.md).

example/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains an example project using nw-builder.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../CONTRIBUTING.md).

example/icons/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains app icons passed to nw-builder.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../../CONTRIBUTING.md).

example/nwapp/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains the actual example app code.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../../CONTRIBUTING.md).

example/nwapp/images/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Any images used within the example app are stored in this directory.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../../CONTRIBUTING.md).

lib/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory is where the real code is. See [index.js](index.js), the main / entry file.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../CONTRIBUTING.md).

test/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains all scripts and more related to testing the app.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../CONTRIBUTING.md).

test/expected/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Files in this directory represent the expected outcomes for certain scenarios. Have a look over the tests to see how they're used.
2+
3+
---
4+
5+
## See something which could be improved?
6+
7+
Great, see [CONTRIBUTING.md](../../CONTRIBUTING.md).

0 commit comments

Comments
 (0)