removed github stuff
This commit is contained in:
parent
ec95a8f1b7
commit
bd129a3dc9
2 changed files with 0 additions and 89 deletions
64
.github/ISSUE_TEMPLATE/bug.yml
vendored
64
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -1,64 +0,0 @@
|
||||||
---
|
|
||||||
name: New issue
|
|
||||||
description: Please answer these questions when reporting a new issue.
|
|
||||||
body:
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What is your operating system (Windows, Linux, OSX, etc.)?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What is your web server (Apache, IIS, etc.)?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What version of AllTube are you using?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: How did you install AllTube?
|
|
||||||
options:
|
|
||||||
- Git
|
|
||||||
- Release package
|
|
||||||
- Docker
|
|
||||||
- Other (please specify)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What version of PHP are you using?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What version of Python are you using?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What version of youtube-dl are you using?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Do you get any PHP-related errors in your webserver's logs?
|
|
||||||
description: If so, paste them here.
|
|
||||||
render: plain text
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: What is the content of your "config/config.yml" file?
|
|
||||||
description: If you don't have this file, you can ignore this question.
|
|
||||||
render: yml
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Please provide the URL of a video that causes the issue.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Describe your issue
|
|
||||||
validations:
|
|
||||||
required: true
|
|
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
name: Tests
|
|
||||||
on:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
jobs:
|
|
||||||
tests:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
php-version:
|
|
||||||
- '7.4'
|
|
||||||
- '8.0'
|
|
||||||
- '8.1'
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Use PHP ${{ matrix.php-version }}
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php-version }}
|
|
||||||
tools: composer
|
|
||||||
- run: composer install --no-progress
|
|
||||||
- run: composer check-platform-reqs
|
|
||||||
- run: composer lint
|
|
||||||
- run: composer test
|
|
Loading…
Add table
Add a link
Reference in a new issue