-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md.liquid
20 lines (17 loc) · 898 Bytes
/
README.md.liquid
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# {{ project-name }}
[![ci_status](https://img.shields.io/github/actions/workflow/status/{{ repository_path }}/ci.yaml?style=for-the-badge)](https://github.com/{{ repository_path }}/actions/workflows/ci.yaml)
{% if codecov_graph_token -%}
[![codecov](https://img.shields.io/codecov/c/gh/{{ repository_path }}?token={{ codecov_graph_token }}&style=for-the-badge)](https://codecov.io/gh/{{ repository_path }})
{%- endif %}
[![license](https://img.shields.io/github/license/{{ repository_path }}.svg?style=for-the-badge)](https://github.com/{{ repository_path }}/blob/main/LICENSE.md)
## Further reading
{% if architecture_url != "" -%}
* [Architecture]({{ architecture_url }})
{%- endif %}
* [Contributing](./CONTRIBUTING.md)
{% if include_code_of_conduct -%}
* [Code of conduct](./CODE_OF_CONDUCT.md)
{%- endif %}
{% if include_security_policy -%}
* [Security policy](./SECURITY.md)
{%- endif %}