jhlgj
This commit is contained in:
parent
adf0e191a8
commit
0e3e5d8d93
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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'
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Request feature
|
||||
about: For feature proposals
|
||||
title: 'REQUEST:'
|
||||
labels: 'feature-request'
|
||||
assignees: '@Zernit/bugwranglers'
|
||||
|
1
.github/workflows/bash.yml
vendored
1
.github/workflows/bash.yml
vendored
@ -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..
|
||||
|
Loading…
Reference in New Issue
Block a user