Skip to content

Commit b4135fe

Browse files
committed
Merge branch 'master' into pr/2180
2 parents 60ac8e5 + c191199 commit b4135fe

File tree

642 files changed

+36972
-34010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

642 files changed

+36972
-34010
lines changed

.eslintrc.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

.eslintrc.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"env": {
3+
"node": true,
4+
"es2021": true,
5+
"jest": true
6+
},
7+
"extends": [
8+
"eslint:recommended",
9+
"plugin:@typescript-eslint/recommended",
10+
"prettier"
11+
],
12+
"parser": "@typescript-eslint/parser",
13+
"parserOptions": {
14+
"ecmaVersion": "latest",
15+
"sourceType": "module"
16+
},
17+
"plugins": [
18+
"@typescript-eslint"
19+
],
20+
"rules": {
21+
"@typescript-eslint/no-var-requires": "off",
22+
"no-case-declarations": "off",
23+
"linebreak-style": [
24+
"error",
25+
"unix"
26+
],
27+
"quotes": [
28+
"error",
29+
"single",
30+
{
31+
"avoidEscape": true
32+
}
33+
],
34+
"semi": [
35+
"error",
36+
"never"
37+
]
38+
}
39+
}

.github/CODE_OF_CONDUCT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4+
5+
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6+
7+
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8+
9+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10+
11+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12+
13+
This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html

.github/ISSUE_TEMPLATE/-----epg-request.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/----source-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Source Request
1+
name: 📝 Source Request
22
description: Request to add a new source
3-
labels: ['source request']
3+
labels: ['source request']
44

55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/---broken-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
- type: input
1212
attributes:
1313
label: Site
14-
description: The name of the site listed in the [sites](https://github.com/iptv-org/epg/tree/master/sites) folder
14+
description: The name of the site
1515
placeholder: 'guidatv.sky.it'
1616
validations:
1717
required: true

.github/ISSUE_TEMPLATE/--feature-request.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/--question.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 💡 Feature request
4+
url: https://github.com/orgs/iptv-org/discussions/categories/ideas
5+
about: For any ideas or feature requests
6+
- name: ❓ Ask a question
7+
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
8+
about: Ask questions about this project

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/node_modules/
2-
/logs/
2+
/temp/
3+
/channels.xml
34
/guide.xml
4-
/guide.xml.gz
5-
/.jenkins/
6-
/guides/
5+
/guide.xml.gz

0 commit comments

Comments
 (0)