Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Jun 23, 2022
2 parents 11fa1c8 + a78e251 commit f1ba21c
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 57 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Blank
about: Open a freeform issue without a template.
title: ""
labels: ''
assignees: ''

---


52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE/Compatibility.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature Request
about: Suggest an idea or request the addition of a new feature
title: "[REQUEST]"
labels: ''
title: ""
labels: 'feature-request,triage'
assignees: ''

---
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/Format-Code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Format Code

on:
## Waiting until a prettier plugin for C# is available.
## https://github.com/warrenseine/prettier-plugin-csharp
# push:
# branches: [ "main" ]
workflow_dispatch:

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- name: Prettify Code
uses: creyD/[email protected]
with:
github_token: ${{ secrets.PAT }}
prettier_options: --write **/*.cs
#prettier_plugins:
same_commit: true
only_changed: true

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://radj307.github.io/volume-control"><img alt="[Volume Control Banner]" src="https://i.imgur.com/rMbNIhU.png"></a><br/>
<a href="https://github.com/radj307/volume-control/releases"><img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/radj307/volume-control?color=e8e8e7&label=Latest%20Version&logo=github&logoColor=e8e8e7&style=for-the-badge"></a>&nbsp;&nbsp;&nbsp;<a href="https://github.com/radj307/volume-control/releases"><img alt="Downloads" src="https://img.shields.io/github/downloads/radj307/volume-control/total?color=e8e8e7&logo=github&logoColor=e8e8e7&style=for-the-badge"></a>
<a href="https://github.com/radj307/volume-control/releases"><img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/radj307/volume-control?color=e8e8e7&label=Latest%20Version&logo=github&logoColor=e8e8e7&style=flat-square"></a>&nbsp;&nbsp;&nbsp;<a href="https://github.com/radj307/volume-control/releases"><img alt="Downloads" src="https://img.shields.io/github/downloads/radj307/volume-control/total?color=e8e8e7&logo=github&logoColor=e8e8e7&style=flat-square"></a>
</p>

***
Expand Down
4 changes: 2 additions & 2 deletions VolumeControl/VolumeControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseWPF>true</UseWPF>
<StartupObject>VolumeControl.Program</StartupObject>
<!-- VERSIONING INFO -->
<Version>5.1.0</Version>
<ExtendedVersion>5.1.0</ExtendedVersion>
<Version>5.1.1</Version>
<ExtendedVersion>5.1.1</ExtendedVersion>
<ReleaseType>NORMAL</ReleaseType>
<!-- VERSIONING INFO -->
<Authors>radj307</Authors>
Expand Down

0 comments on commit f1ba21c

Please sign in to comment.