https://github.com/giscience/badges
Collection of badges for indicating the state of a project
https://github.com/giscience/badges
Last synced: about 1 year ago
JSON representation
Collection of badges for indicating the state of a project
- Host: GitHub
- URL: https://github.com/giscience/badges
- Owner: GIScience
- Created: 2020-02-05T10:40:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T13:05:05.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:13:06.637Z (about 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeiGIT/GIScience Badges
## Maintenance Status
The maintenance status of a project may be highlighted with a status badge.
### Experimental
[](https://github.com/GIScience/badges#experimental)
The project is an experimental prototype. Issues have to be expected and
the project might be discontinued at any time.
Include experimental badge in your repository:
```
[](https://github.com/GIScience/badges#experimental)
```
### Active
[](https://github.com/GIScience/badges#active)
The project has gained a certain maturity and is actively maintained.
This does not mean that the software is ready for production.
Include active badge in your repository:
```
[](https://github.com/GIScience/badges#active)
```
### Hibernate
[](https://github.com/GIScience/badges#hibernate)
The project is not actively maintained and we are evaluating how we will
proceed with it.
Include hibernate badge in your repository:
```
[](https://github.com/GIScience/badges#hibernate)
```
### Archive
[](https://github.com/GIScience/badges#archive)
The project is discontinued and only kept for future reference.
Include archive badge in your repository:
```
[](https://github.com/GIScience/badges#archive)
```
## Update Badges
To update the badges, please edit the arrays in `get-badges.sh` and run the script.