Skip to content

Commit

Permalink
doc: update all category READMEs to include contributing call-out (no…
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb authored Apr 23, 2020
1 parent 8da1691 commit 569c25a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Anything that can be considered a standalone application. For example:
- Desktop applications that bundle or otherwise use Node.js
- Mobile applications that leverage Node.js
- Other bundled applications that can be run as a standalone executable

## Contributing to Examples

If you're interested in seeing more examples of applications or want to help maintain the current examples, we more than welcome your contribution! See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details 🤗
4 changes: 4 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ In this directory, we have examples of Command Line Interfaces (CLIs) built with
## What is a CLI in the context of nodejs/examples

Anything that can be considered a command-line interface, built with Node.js.

## Contributing to Examples

If you're interested in seeing more examples of CLIs or want to help maintain the current examples, we more than welcome your contribution! See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details 🤗
4 changes: 4 additions & 0 deletions cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Anything that is related to deployment of Node.js applications to the cloud. For
- Orchestration (Kubernetes, Terraform, OpenShift)
- Cloud-specific (AWS, GCP, Azure, IBM Cloud, DigitalOcean, Alibaba Cloud, Oracle Cloud)
- Tiny Clouds (Netlify, Now, Glitch, CloudFlare Workers, Heroku, Surge, Begin)

## Contributing to Examples

If you're interested in seeing more examples of Node.js in the cloud or want to help maintain the current examples, we more than welcome your contribution! See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details 🤗
4 changes: 4 additions & 0 deletions servers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ Any software built with Node.js that serves content over HTTP. For example:

- An API server that responds with a JSON payload
- A web server that serves dynamic content based on user requests

## Contributing to Examples

If you're interested in seeing more examples of servers using Node.js or want to help maintain the current examples, we more than welcome your contribution! See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details 🤗
4 changes: 4 additions & 0 deletions utilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ Any module that is helpful in simplifying tasks that you'll encounter in Node.js

- Utility libraries (Lodash, Underscore) that help simplify common operations
- Single purpose libraries (Moment, node-fetch) that solve a problem particularly well

## Contributing to Examples

If you're interested in seeing more examples of utilities or want to help maintain the current examples, we more than welcome your contribution! See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details 🤗

0 comments on commit 569c25a

Please sign in to comment.