Skip to content

Commit 5c02477

Browse files
Update README.md
1 parent b5a5012 commit 5c02477

File tree

1 file changed

+4
-38
lines changed

1 file changed

+4
-38
lines changed

README.md

+4-38
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,11 @@
1-
### General Project Info
2-
[![Github top language](https://img.shields.io/github/languages/top/atc-net/atc-rest-client)](https://github.com/atc-net/atc-rest-client)
3-
[![Github stars](https://img.shields.io/github/stars/atc-net/atc-rest-client)](https://github.com/atc-net/atc-rest-client)
4-
[![Github forks](https://img.shields.io/github/forks/atc-net/atc-rest-client)](https://github.com/atc-net/atc-rest-client)
5-
[![Github size](https://img.shields.io/github/repo-size/atc-net/atc-rest-client)](https://github.com/atc-net/atc-rest-client)
6-
[![Issues Open](https://img.shields.io/github/issues/atc-net/atc-rest-client.svg?logo=github)](https://github.com/atc-net/atc-rest-client/issues)
7-
8-
### Packages
9-
[![Github Version](https://img.shields.io/static/v1?logo=github&color=blue&label=github&message=latest)](https://github.com/orgs/atc-net/packages?repo_name=atc-rest-client)
10-
[![NuGet Version](https://img.shields.io/nuget/v/Atc.Rest.Client.svg?logo=nuget)](https://www.nuget.org/profiles/atc-net)
11-
12-
### Build Status
13-
![Pre-Integration](https://github.com/atc-net/atc-rest-client/workflows/Pre-Integration/badge.svg)
14-
![Post-Integration](https://github.com/atc-net/atc-rest-client/workflows/Post-Integration/badge.svg)
15-
![Release](https://github.com/atc-net/atc-rest-client/workflows/Release/badge.svg)
16-
17-
### Code Quality
18-
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=atc-rest-client&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=atc-rest-client)
19-
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=atc-rest-client&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=atc-rest-client)
20-
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=atc-rest-client&metric=security_rating)](https://sonarcloud.io/dashboard?id=atc-rest-client)
21-
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=atc-rest-client&metric=bugs)](https://sonarcloud.io/dashboard?id=atc-rest-client)
22-
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=atc-rest-client&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=atc-rest-client)
1+
[![NuGet Version](https://img.shields.io/nuget/v/Atc.Rest.Client.svg?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/atc.rest.client)
232

243
# ATC.Net REST-Client
254

265
Atc.Rest.Client is a basic collection of classes and extension methods for API client setup.
276

28-
# The workflow setup for this repository
29-
[Read more on Git-Flow](docs/GitFlow.md)
30-
31-
# Contributing
32-
33-
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. [Read more here](https://gist.github.com/Chaser324/ce0505fbed06b947d962).
34-
35-
1. **Fork** the repo on GitHub
36-
2. **Clone** the project to your own machine
37-
3. **Commit** changes to your own branch
38-
4. **Push** your work back up to your fork
39-
5. Submit a **Pull request** so that we can review your changes
40-
41-
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
7+
## How to contribute
428

43-
# Coding Guidelines
9+
[Contribution Guidelines](https://atc-net.github.io/introduction/about-atc#how-to-contribute)
4410

45-
This repository is adapting the [ATC-Coding-Rules](https://github.com/atc-net/atc-coding-rules) which is defined and based on .editorconfig's and a range of Roslyn Analyzers.
11+
[Coding Guidelines](https://atc-net.github.io/introduction/about-atc#coding-guidelines)

0 commit comments

Comments
 (0)