This commit is contained in:
Kreyren 2020-02-11 17:31:58 +00:00
parent adf0e191a8
commit 0e3e5d8d93
3 changed files with 2 additions and 3 deletions

@ -1,6 +1,6 @@
---
name: Bug report
about: For bug reports
about: if Something is not working as expected
title: 'bug:'
labels: 'bug'
assignees: '@Zernit/bugwranglers'

@ -1,6 +1,6 @@
---
name: Feature request
about: Request feature
about: For feature proposals
title: 'REQUEST:'
labels: 'feature-request'
assignees: '@Zernit/bugwranglers'

@ -12,7 +12,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Installing dependencies..
run: if ! apt list --installed | grep -qP ".*shellcheck.*"; then apt install -y shellcheck; fi
- name: Linting..