-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from wiremock/org-header
Add GitHub Org header
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Welcome to WireMock π | ||
|
||
[![Website](https://img.shields.io/static/v1?label=Website&message=wiremock.org&color=blue)](https://wiremock.org/) | ||
[![Docs](https://img.shields.io/static/v1?label=Documentation&message=public&color=green)](https://wiremock.org/docs/) | ||
[![a](https://img.shields.io/badge/slack-Join%20us-brightgreen?style=flat&logo=slack)](https://join.slack.com/t/wiremock-community/shared_invite/zt-1mkbo0zlx-gxeZdTJ15Kchdt888Fn_1A) | ||
[![Participate](https://img.shields.io/static/v1?label=Contributing&message=guide&color=blue)](https://github.com/wiremock/wiremock/blob/master/CONTRIBUTING.md) | ||
|
||
WireMock is a free and open source tool for building and testing mock APIs. | ||
WireMock frees you from dependency on unstable APIs and allows you to develop with confidence. | ||
It's easy to launch a mock API server and simulate a host of real-world scenarios and APIs - including REST, SOAP, OAuth2 and more. | ||
|
||
Join the community on GitHub and [Slack](https://join.slack.com/t/wiremock-community/shared_invite/zt-1mkbo0zlx-gxeZdTJ15Kchdt888Fn_1A)! | ||
Also follow us on [Twitter](https://twitter.com/wiremockorg) and [LinkedIn](https://www.linkedin.com/company/wiremock/). | ||
|
||
<!-- | ||
**Here are some ideas to get you started:** | ||
πββοΈ A short introduction - what is your organization all about? | ||
π Contribution guidelines - how can the community get involved? | ||
π©βπ» Useful resources - where can the community find your docs? Is there anything else the community should know? | ||
πΏ Fun facts - what does your team eat for breakfast? | ||
π§ Remember, you can do mighty things with the power of [Markdown](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) | ||
--> |