scottydocs / README-template.md
- суббота, 2 ноября 2019 г. в 00:20:35
A README template for anyone to copy and use.
Project name is a <utility/tool/feature> that allows <insert_target_audience> to do <action/task_it_does>.
Additional line of information text about what the project does. Your introduction should be around 2 or 3 sentences. Don't go overboard, people won't read it.
Before you begin, ensure you have met the following requirements:
<coding_language/dependency/requirement_1><Windows/Linux/Mac> machine. State which OS is supported/which is not.<guide/link/documentation_related_to_project>.To install <project_name>, follow these steps:
Linux and macOS:
<install_command>
Windows:
<install_command>
To use <project_name>, follow these steps:
<usage_example>
Add run commands and examples you think users will find useful. Provide an options reference for bonus points!
To contribute to <project_name>, follow these steps:
git checkout -b <branch_name>.git commit -m '<commit_message>'git push origin <project_name>/<location>Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
You might want to consider using something like the All Contributors specification and its emoji key.
If you want to contact me you can reach me at your_email@address.com.
This project uses the following license: <license_name>.