Skip to content

Commit

Permalink
Added badges (#241)
Browse files Browse the repository at this point in the history
* Added badges

* Moved Codespaces
  • Loading branch information
danielscholl authored Nov 12, 2024
1 parent c4985c9 commit 3e38269
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# OSDU Developer

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![GitHub milestone details](https://img.shields.io/github/milestones/progress/azure/osdu-developer/1)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/azure/osdu-developer.svg)](http://isitmaintained.com/project/azure/osdu-developer "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/azure/osdu-developer.svg)](http://isitmaintained.com/project/azure/osdu-developer "Percentage of issues still open")
![Github Pull Requests](https://img.shields.io/github/issues-pr/azure/osdu-developer)

[![Test](https://github.com/Azure/osdu-developer/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/Azure/osdu-developer/actions/workflows/test.yml)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/azure/osdu-developer)

<!-- ![Github Issues](https://img.shields.io/github/issues/azure/osdu-developer)
![Github Pull Requests](https://img.shields.io/github/issues-pr/azure/osdu-developer) -->
<!-- ![GitHub milestone details](https://img.shields.io/github/milestones/progress/azure/osdu-developer/1) -->
<!-- ![Github Issues](https://img.shields.io/github/issues/azure/osdu-developer) -->
<!-- [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/azure/osdu-developer/badge)](https://scorecard.dev/viewer/?uri=github.com/azure/osdu-developer) -->


[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=GitHub+Codespaces&message=Open&color=brightgreen&logo=github)](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=742135816&ref=main&devcontainer_path=.devcontainer%2Fdevcontainer.json&geo=UsEast)
[![Open in Remote - Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure/osdu-developer)

This project provides simplified personal deployments of the [OSDU™](https://community.opengroup.org/osdu/platform) data platform on Microsoft Azure.


Expand Down Expand Up @@ -37,6 +40,9 @@ Review the [documentation](https://azure.github.io/osdu-developer/getting_starte
Clone the repository and run the following commands to deploy.

[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=GitHub+Codespaces&message=Open&color=brightgreen&logo=github)](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=742135816&ref=main&devcontainer_path=.devcontainer%2Fdevcontainer.json&geo=UsEast)
[![Open in Remote - Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure/osdu-developer)

```bash
# Authenticate
az login --scope https://graph.microsoft.com//.default
Expand Down

0 comments on commit 3e38269

Please sign in to comment.