2023-08-26 01:07:31 +00:00
|
|
|
name: Make programming project
|
|
|
|
content: |
|
|
|
|
```@<Language:all_programming_language_options>@
|
|
|
|
# project: @<Project name>@
|
|
|
|
# author: @<Author name>@
|
|
|
|
# description: @<The description of the code>@@<generation_placeholder>@
|
|
|
|
```
|
|
|
|
---------
|
|
|
|
Extra information:
|
2023-09-21 19:35:15 +00:00
|
|
|
license: apache 2.0
|
2023-08-26 01:07:31 +00:00
|
|
|
Program type: Stand alone.
|
|
|
|
Documentation:
|
|
|
|
Make README.md with the following table of contents:
|
|
|
|
## Description
|
|
|
|
## Installation
|
|
|
|
## Usage
|
2023-09-21 19:35:15 +00:00
|
|
|
## license
|
2023-08-26 01:07:31 +00:00
|
|
|
## Contribute
|
|
|
|
## Ethical guidelines
|
|
|
|
Instructions:
|
|
|
|
Write a user side README.md
|
|
|
|
Stick to the provided code content and do not invent extra information.
|
|
|
|
Make sure all sections of the table of contents are present in the file.
|
|
|
|
----
|
|
|
|
README.md:
|
|
|
|
```markdown@<generation_placeholder>@
|
|
|
|
```",
|