Additional information or tag line
A brief description of your project, what it is used for.
DOCUMENTATION |
---|
Code Reviewers |
Help Contribute |
Dev Guidelines |
License Details |
A quick introduction of the minimal setup you need to get a hello world up & running.
commands here
You should say what actually happens when you execute the code above.
Include steps to install any prerequisits
Below is a configuration check to ensure each expected variable is defined and passed as a configuration export.
Include configurations to pull packages from a private Artifactory if avaliable
Include environment variables that aren't included in project (or where to find them)
List main libraries, frameworks used including versions (React, Angular etc...)
What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/your/your-project.git
cd your-project/
packagemanager install
State what happens step-by-step. If there is any virtual environment, local server or database feeder needed, explain here.
Provide details on avaliable tools for maintaining project
Describe and show how to run the tests with code examples. Explain what these tests test and why.
Give an example
If your project needs some additional steps for the developer to build the project after some code changes, state them here. for example:
./configure
make
make install
State what actually happens when the code above gets executed.
Explain the versioning process and any type of automation this entails
give instructions on how to build and release a new version In case there's some step you have to take that publishes this project to a server, this is the right time to state it.
packagemanager deploy your-project -s server.com -u username -p password
Tell what the previous code actually does.
DOCS Code of Conduct • Code Reviewers • Help Contribute • Dev Guidelines • License Details