Skip to content

Commit

Permalink
ADD: allcontributors suppport
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel <[email protected]>
  • Loading branch information
Marcel committed Dec 8, 2019
1 parent e6e39b7 commit f9a4e5a
Show file tree
Hide file tree
Showing 5 changed files with 833 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"projectName": "SportToolBox",
"projectOwner": "Segelzwerg",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [],
"contributorsPerLine": 7
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ build/
.gradle/

out/
/node_modules/
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# SportToolBox
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Maintainability](https://api.codeclimate.com/v1/badges/280e62d048bcb77bf228/maintainability)](https://codeclimate.com/github/Segelzwerg/SportToolBox/maintainability) [![Build Status](https://travis-ci.org/Segelzwerg/SportToolBox.svg?branch=master)](https://travis-ci.org/Segelzwerg/SportToolBox)[![Total alerts](https://img.shields.io/lgtm/alerts/g/Segelzwerg/SportToolBox.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Segelzwerg/SportToolBox/alerts/)[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Segelzwerg/SportToolBox.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Segelzwerg/SportToolBox/context:java)[![Heroku](https://heroku-badge.herokuapp.com/?app=sporttoolbox)]

## About
Expand All @@ -11,3 +14,16 @@ The first feature is a simple speed calculator that accepts distance in km or m
## Contributing to SportToolBox

Please see [CONTRIBUTING.md](CONTRIBUTING.md)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"all-contributors-cli": "^6.11.1"
}
}
Loading

0 comments on commit f9a4e5a

Please sign in to comment.