This project is used as the document template of X-Lab, the document template includes README, Requirement Sepcification, Outline Design Specification and Detailed Design Specification. All document templates are writted down by markdown, and you can wirte the document either in Chinese or English.
Text editors, git
- get the code from git lab
git clone https://github.com/tjuyinkanglin/document-template.git
-
open README-template.md and write the infomation of your project in it.
-
rename README-template.md to README.md
-
add README.md to your project
-
open the template file of these three documents and fill in the required information.
-
go to Wiki of your project repo.
-
add three pages named Requirement Specification, Outline Design and Detailed Design.
-
paste the document into the corresponding page.
-
Images should be drawn by draw.op or generated automatically by some software. Both the image and the origin file should be committed (in folder images/).
-
Knowledge sharing files should be reffered as hyperlinks in the document.
-
The home page of wiki should give hyperlinks to Requirement Specification, Outline Design and Detailed Design.