Skip to content

Commit 5f41089

Browse files
committed
readme: include badges CONTRIBUTING and CODE OF CONDUCT
1 parent 2e41a74 commit 5f41089

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.PTBR.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77

88
<p align="center">
99
<a href="https://pypi.org/project/structer"><img src="https://img.shields.io/badge/v0.2.0-282C34?style=flat-square&label=Version&labelColor=1D1D1D"></a>
10-
<a href="https://github.com/d3cryptofc/structer/actions/workflows/ci.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/d3cryptofc/structer/ci.yml?style=flat-square&labelColor=1D1D1D&label=Python 3.9 | 3.10 | 3.11 | 3.12&logo=python&logoColor=white"></a>
10+
<a href="https://github.com/d3cryptofc/structer/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/CONTRIBUTING-282C34?style=flat-square&logo=git&logoColor=FBFBFB"></a>
11+
<a href="https://github.com/d3cryptofc/structer/blob/main/CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/CODE OF CONDUCT-282C34?style=flat-square&logo=contributorcovenant&logoColor=FBFBFB"></a>
1112
<a href="https://github.com/d3cryptofc/structer/LICENSE"><img src="https://img.shields.io/badge/MIT-282C34?style=flat-square&label=License&labelColor=1D1D1D"></a>
13+
<a href="https://github.com/d3cryptofc/structer/actions/workflows/ci.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/d3cryptofc/structer/ci.yml?style=flat-square&labelColor=1D1D1D&label=Python 3.9 | 3.10 | 3.11 | 3.12&logo=python&logoColor=white&color=282C34"></a>
1214
</p>
1315
<br>
1416

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77

88
<p align="center">
99
<a href="https://pypi.org/project/structer"><img src="https://img.shields.io/badge/v0.2.0-282C34?style=flat-square&label=Version&labelColor=1D1D1D"></a>
10-
<a href="https://github.com/d3cryptofc/structer/actions/workflows/ci.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/d3cryptofc/structer/ci.yml?style=flat-square&labelColor=1D1D1D&label=Python 3.9 | 3.10 | 3.11 | 3.12&logo=python&logoColor=white"></a>
10+
<a href="https://github.com/d3cryptofc/structer/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/CONTRIBUTING-282C34?style=flat-square&logo=git&logoColor=FBFBFB"></a>
11+
<a href="https://github.com/d3cryptofc/structer/blob/main/CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/CODE OF CONDUCT-282C34?style=flat-square&logo=contributorcovenant&logoColor=FBFBFB"></a>
1112
<a href="https://github.com/d3cryptofc/structer/LICENSE"><img src="https://img.shields.io/badge/MIT-282C34?style=flat-square&label=License&labelColor=1D1D1D"></a>
13+
<a href="https://github.com/d3cryptofc/structer/actions/workflows/ci.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/d3cryptofc/structer/ci.yml?style=flat-square&labelColor=1D1D1D&label=Python 3.9 | 3.10 | 3.11 | 3.12&logo=python&logoColor=white&color=282C34"></a>
1214
</p>
1315

1416
### 📌 Summary
@@ -157,4 +159,4 @@ The point is not to use structs thinking that it will be a lighter alternative t
157159
3. Deserialize data from real structs of a network protocol.
158160
4. Creation of binary layouts in general, even from a PNG file.
159161

160-
Or for any other case where it is also useful.
162+
Or for any other case where it is also useful.

0 commit comments

Comments
 (0)