Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.08 KB

How to contribute code

GrandNode is an open source, cross-platform each developer is welcome and encouraged to contribute with their own improvements and enhancements.

GrandNode is mostly written in ASP.NET. Other languages used in the project are HTML, CSS, JavaScript, MongoDB. To start with us, you should do this few steps:

  1. Create your own GitHub account.
  2. Fork the GrandNode to your GitHub account
  3. Clone the forked project to your local machine.
  4. After that, create a branch for your own changes
  5. Change the files.
  6. Push your changes from local machine to your fork in your GitHub account
  7. It's time to create a pull request for your changes on the GrandNode project. If you don't know how to do it, you can read more about pull request here
  8. Wait for the information. One of our developers will comment your changes and approve it or will suggest some improvements in your code.

And that's all, you are GrandNode official contributor!

Coding standards and guides