Skip to content

Commit 4bb4603

Browse files
committed
add rudimentary readme
1 parent af22968 commit 4bb4603

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Servlet
2+
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/kubermatic-labs/servlet)](https://goreportcard.com/report/github.com/kubermatic-labs/servlet)
4+
[![GitHub](https://img.shields.io/github/license/kubermatic-labs/servlet)](https://img.shields.io/github/license/kubermatic-labs/servlet)
5+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/kubermatic-labs/servlet?sort=semver)](https://img.shields.io/github/v/release/kubermatic-labs/servlet?sort=semver)
6+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcp-dev%2Fkcp.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcp-dev%2Fkcp?ref=badge_shield)
7+
8+
## Troubleshooting
9+
10+
If you encounter problems, please [file an issue][1].
11+
12+
## Contributing
13+
14+
Thanks for taking the time to start contributing!
15+
16+
### Before you start
17+
18+
* Please familiarize yourself with the [Code of Conduct][4] before contributing.
19+
* See [CONTRIBUTING.md][2] for instructions on the developer certificate of origin that we require.
20+
21+
### Pull requests
22+
23+
* We welcome pull requests. Feel free to dig through the [issues][1] and jump in.
24+
25+
## Changelog
26+
27+
See [the list of releases][3] to find out about feature changes.
28+
29+
## License
30+
31+
Apache 2.0
32+
33+
[1]: https://github.com/kubermatic-labs/servlet/issues
34+
[2]: https://github.com/kubermatic-labs/servlet/blob/main/CONTRIBUTING.md
35+
[3]: https://github.com/kubermatic-labs/servlet/releases
36+
[4]: https://github.com/kubermatic-labs/servlet/blob/main/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)