Looking to contribute something to Lab Dashboard? Here's how you can help.
Do you want to help us to improve lab dashboard ?
main
is the latest, deployed version
We only accept issues that bug reports or feature requests.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
- Update the README.md or .env.example files (if any).
Do you want to add your lab to lab dashboard ?h
- The lab must store in the Github public repo.
- The
lab.json
must be added to the root path of Github repo (Example).name
: Lab namecategory
: Lab categoryauthor
: Your nameflag
: Leaving it blankdetail
: Lab detail
- If a server is required, please make your lab to be deployable in heroku platform.
- The application must read the flag from
FLAG
environment (please do not hard-coded the flag in your source code). - Please add the deploy step to the README.md file.
- The lab's license must be the MIT License https://github.com/git/git-scm.com/blob/master/MIT-LICENSE.txt.
You can submit your lab to us by sending it to [email protected] email or tell us in the discord (ComSci_TH). The Github repo URL, correct flag, and breif solution must be included.