forked from nanlabs/devops-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.tmpl
52 lines (37 loc) · 1.5 KB
/
README.md.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!--lint disable double-link awesome-heading awesome-git-repo-age awesome-toc-->
<div align="center">
<p>
<img
style="width: 200px"
width="200"
src="https://avatars.githubusercontent.com/u/4426989?s=200&v=4"
>
</p>
<h1>DevOps Reference</h1>
[Changelog](#) |
[Contributing](./CONTRIBUTING.md)
</div>
<div align="center">
[![Continious Integration][cibadge]][ciurl]
[![License: MIT][licensebadge]][licenseurl]
</div>
This repository contains different infrastructure components, CI/CD pipelines, automation tools
among other resources that are used in different projects here at [NaN Labs](https://www.nanlabs.com/).
## Contents
{{toc}}
- [Contributing](#contributing)
- [Contributors](#contributors)
{{content}}
## Contributing
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are **truly appreciated**.
- Check out our [contribution guidelines](./CONTRIBUTING.md) for more information.
## Contributors
<a href="https://github.com/nanlabs/devops-reference/contributors">
<img src="https://contrib.rocks/image?repo=nanlabs/devops-reference"/>
</a>
Made with [contributors-img](https://contrib.rocks).
[cibadge]: https://github.com/nanlabs/devops-reference/actions/workflows/ci.yml/badge.svg
[licensebadge]: https://img.shields.io/badge/License-MIT-blue.svg
[ciurl]: https://github.com/nanlabs/devops-reference/actions/workflows/ci.yml
[licenseurl]: https://github.com/nanlabs/devops-reference/blob/main/LICENSE