Skip to content
This repository has been archived by the owner on Jul 14, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.45 KB

contributing.md

File metadata and controls

32 lines (21 loc) · 1.45 KB

Contributing Guide

  1. Make sure you put things in the right category!
  2. Always add your items to the end of a list. To be fair, the order is first-come-first-serve.
  3. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too.

Projects using Nest

Make sure you put things in the right category. There are two main categories:

  • Open Source
  • Apps/Websites/Tutorials

Open source

Open Source section gives the possibility for developers to contribute and be a part of an opensource project using their knowledge of the NestJS. You should put your project in this category if the following conditions are true:

  • The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section.
  • The project is active and maintained.
  • The project accepts contributions.

The link provided should be the link of the github repository, not the demo. If you consider your project finished, and it does not need any contributions, consider the apps/website/tutorial category.

Apps/Websites/Tutorials

Apps/Websites gives the opportunity to showcase the awesome things we can build with Nest. You should put your app/website/tutorial in this category if the following conditions are true:

  • The website is available without errors or ssl certificate problems, and load in a reasonable amount of time.
  • The tutorial is public domain.