Skip to content

Commit aa79bbe

Browse files
authored
Merge pull request #13 from unixorn/add-badges-to-readme
Add badges and TOC to readme
2 parents cf61e1a + 57b64ae commit aa79bbe

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<!--- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
1313

1414
- [ ] All new and existing tests pass.
15-
- [ ] Any scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` and `#!/bin/bash` are allowed exceptions)
16-
- [ ] Scripts are marked executable
17-
- [ ] Scripts _do not_ have a language file extension unless they are meant to be sourced and not run standalone. No one should have to know if a script was written in bash, python, ruby or whatever. Not including file extensions makes it easier to rewrite the script in another language later without having to change every reference to the previous version.
15+
- [ ] Any added/updated scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` and `#!/bin/bash` are allowed exceptions)
16+
- [ ] Added/updated scripts are marked executable
17+
- [ ] Scripts _do not_ have a language file extension unless they are meant to be sourced and not run standalone. No end-user should have to know if a script was written in `bash`, `python`, `ruby` or whatever. Not including file extensions makes it easier to rewrite the script in another language later without having to change every reference to the previous version.
1818
- [ ] I have confirmed that the link(s) in my PR are valid.
1919

2020
# License Acceptance

Diff for: README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# lima-xbar-plugin
22

3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
![Awesomebot](https://github.com/unixorn/lima-xbar-plugin/actions/workflows/awesomebot.yml/badge.svg)
5+
![Superlinter](https://github.com/unixorn/lima-xbar-plugin/actions/workflows/superlinter.yml/badge.svg)
6+
[![GitHub stars](https://img.shields.io/github/stars/unixorn/lima-xbar-plugin.svg)](https://github.com/unixorn/lima-xbar-plugin/stargazers)
7+
8+
9+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
10+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
11+
## Table of Contents
12+
13+
- [Description](#description)
14+
- [Installation](#installation)
15+
- [Dependencies](#dependencies)
16+
17+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
18+
19+
320
[Lima](https://github.com/lima-vm/lima) is an alternative to using Docker Desktop on your Mac.
421

522
## Description

0 commit comments

Comments
 (0)