Skip to content

Commit 3712322

Browse files
committed
chore(readme): auto-update [skip ci]
1 parent 4c9825e commit 3712322

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

README.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,49 @@
77

88
<!-- template:begin:header -->
99
<!-- do not edit anything in this "template" block, its auto-generated -->
10+
11+
<p align="center">
12+
<a href="https://github.com/lrstanley/context7-http/tags">
13+
<img title="Latest Semver Tag" src="https://img.shields.io/github/v/tag/lrstanley/context7-http?style=flat-square">
14+
</a>
15+
<a href="https://github.com/lrstanley/context7-http/commits/master">
16+
<img title="Last commit" src="https://img.shields.io/github/last-commit/lrstanley/context7-http?style=flat-square">
17+
</a>
18+
19+
20+
21+
22+
<a href="https://github.com/lrstanley/context7-http/actions?query=workflow%3Atest+event%3Apush">
23+
<img title="GitHub Workflow Status (test @ master)" src="https://img.shields.io/github/actions/workflow/status/lrstanley/context7-http/test.yml?branch=master&label=test&style=flat-square">
24+
</a>
25+
26+
27+
<a href="https://codecov.io/gh/lrstanley/context7-http">
28+
<img title="Code Coverage" src="https://img.shields.io/codecov/c/github/lrstanley/context7-http/master?style=flat-square">
29+
</a>
30+
31+
<a href="https://pkg.go.dev/github.com/lrstanley/context7-http">
32+
<img title="Go Documentation" src="https://pkg.go.dev/badge/github.com/lrstanley/context7-http?style=flat-square">
33+
</a>
34+
<a href="https://goreportcard.com/report/github.com/lrstanley/context7-http">
35+
<img title="Go Report Card" src="https://goreportcard.com/badge/github.com/lrstanley/context7-http?style=flat-square">
36+
</a>
37+
</p>
38+
<p align="center">
39+
<a href="https://github.com/lrstanley/context7-http/issues?q=is:open+is:issue+label:bug">
40+
<img title="Bug reports" src="https://img.shields.io/github/issues/lrstanley/context7-http/bug?label=issues&style=flat-square">
41+
</a>
42+
<a href="https://github.com/lrstanley/context7-http/issues?q=is:open+is:issue+label:enhancement">
43+
<img title="Feature requests" src="https://img.shields.io/github/issues/lrstanley/context7-http/enhancement?label=feature%20requests&style=flat-square">
44+
</a>
45+
<a href="https://github.com/lrstanley/context7-http/pulls">
46+
<img title="Open Pull Requests" src="https://img.shields.io/github/issues-pr/lrstanley/context7-http?label=prs&style=flat-square">
47+
</a>
48+
<a href="https://github.com/lrstanley/context7-http/discussions/new?category=q-a">
49+
<img title="Ask a Question" src="https://img.shields.io/badge/support-ask_a_question!-blue?style=flat-square">
50+
</a>
51+
<a href="https://liam.sh/chat"><img src="https://img.shields.io/badge/discord-bytecord-blue.svg?style=flat-square" title="Discord Chat"></a>
52+
</p>
1053
<!-- template:end:header -->
1154

1255
<!-- template:begin:toc -->
@@ -49,12 +92,55 @@ TODO
4992

5093
<!-- template:begin:support -->
5194
<!-- do not edit anything in this "template" block, its auto-generated -->
95+
## :raising_hand_man: Support & Assistance
96+
97+
* :heart: Please review the [Code of Conduct](.github/CODE_OF_CONDUCT.md) for
98+
guidelines on ensuring everyone has the best experience interacting with
99+
the community.
100+
* :raising_hand_man: Take a look at the [support](.github/SUPPORT.md) document on
101+
guidelines for tips on how to ask the right questions.
102+
* :lady_beetle: For all features/bugs/issues/questions/etc, [head over here](https://github.com/lrstanley/context7-http/issues/new/choose).
52103
<!-- template:end:support -->
53104

54105
<!-- template:begin:contributing -->
55106
<!-- do not edit anything in this "template" block, its auto-generated -->
107+
## :handshake: Contributing
108+
109+
* :heart: Please review the [Code of Conduct](.github/CODE_OF_CONDUCT.md) for guidelines
110+
on ensuring everyone has the best experience interacting with the
111+
community.
112+
* :clipboard: Please review the [contributing](.github/CONTRIBUTING.md) doc for submitting
113+
issues/a guide on submitting pull requests and helping out.
114+
* :old_key: For anything security related, please review this repositories [security policy](https://github.com/lrstanley/context7-http/security/policy).
56115
<!-- template:end:contributing -->
57116

58117
<!-- template:begin:license -->
59118
<!-- do not edit anything in this "template" block, its auto-generated -->
119+
## :balance_scale: License
120+
121+
```
122+
MIT License
123+
124+
Copyright (c) 2025 Liam Stanley <[email protected]>
125+
126+
Permission is hereby granted, free of charge, to any person obtaining a copy
127+
of this software and associated documentation files (the "Software"), to deal
128+
in the Software without restriction, including without limitation the rights
129+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
130+
copies of the Software, and to permit persons to whom the Software is
131+
furnished to do so, subject to the following conditions:
132+
133+
The above copyright notice and this permission notice shall be included in all
134+
copies or substantial portions of the Software.
135+
136+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
138+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
139+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
140+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
141+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
142+
SOFTWARE.
143+
```
144+
145+
_Also located [here](LICENSE)_
60146
<!-- template:end:license -->

0 commit comments

Comments
 (0)