Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 14 additions & 14 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings

# Set the default behavior, in case people don't have core.autocrlf set
* text=auto

# Files that will always have CRLF line endings on checkout
*.js text eol=crlf
*.mjs text eol=crlf
*.ts text eol=crlf
*.xml text eol=crlf
*.md text eol=crlf
workers.txt text eol=crlf

# Files that will always have LF line endings on checkout
# https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto
# Files that will always have CRLF line endings on checkout
*.js text eol=crlf
*.mjs text eol=crlf
*.ts text eol=crlf
*.xml text eol=crlf
*.md text eol=crlf
workers.txt text eol=crlf
# Files that will always have LF line endings on checkout
*.sh text eol=lf
26 changes: 13 additions & 13 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Contributor Code of Conduct

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.

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.

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.

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.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

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
# Contributor Code of Conduct
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.
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.
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.
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.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
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
24 changes: 12 additions & 12 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: iptv-org
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: iptv-org
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
44 changes: 22 additions & 22 deletions .github/ISSUE_TEMPLATE/1_source-request.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: 📝 Source Request
description: Request to add a new source
labels: ['source request']

body:
- type: markdown
attributes:
value: |
Please fill out the request as much as possible so we can efficiently process your request.

- type: input
attributes:
label: Source
description: Website where the EPG can be found?
placeholder: 'https://cablecompany.com/tvlisting'
validations:
required: true

- type: textarea
attributes:
label: Notes
description: Anything else we should know?
name: 📝 Source Request
description: Request to add a new source
labels: ['source request']
body:
- type: markdown
attributes:
value: |
Please fill out the request as much as possible so we can efficiently process your request.
- type: input
attributes:
label: Source
description: Website where the EPG can be found?
placeholder: 'https://cablecompany.com/tvlisting'
validations:
required: true
- type: textarea
attributes:
label: Notes
description: Anything else we should know?
60 changes: 30 additions & 30 deletions .github/ISSUE_TEMPLATE/2_channel-request.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name: ✍️ Channel Request
description: Request to add a channel to the guide
labels: ['channel request']

body:
- type: markdown
attributes:
value: |
Please fill out the request as much as possible so we can efficiently process your request.

- type: input
attributes:
label: Site
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true

- type: textarea
attributes:
label: Channels
description: List of channels to be added
placeholder: 'BBC One'
validations:
required: true

- type: textarea
attributes:
label: Notes
description: Anything else we should know?
name: ✍️ Channel Request
description: Request to add a channel to the guide
labels: ['channel request']
body:
- type: markdown
attributes:
value: |
Please fill out the request as much as possible so we can efficiently process your request.
- type: input
attributes:
label: Site
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true
- type: textarea
attributes:
label: Channels
description: List of channels to be added
placeholder: 'BBC One'
validations:
required: true
- type: textarea
attributes:
label: Notes
description: Anything else we should know?
48 changes: 24 additions & 24 deletions .github/ISSUE_TEMPLATE/3_broken-guide.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: 🚧 Broken Guide
description: Report an error in one of the guides
labels: ['broken guide']

body:
- type: markdown
attributes:
value: |
Please fill out the issue template as much as you can so we could efficiently process your request.

- type: input
attributes:
label: Site
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true

- type: textarea
attributes:
label: Description
description: Describe the issue in details
validations:
required: true
name: 🚧 Broken Guide
description: Report an error in one of the guides
labels: ['broken guide']
body:
- type: markdown
attributes:
value: |
Please fill out the issue template as much as you can so we could efficiently process your request.
- type: input
attributes:
label: Site
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true
- type: textarea
attributes:
label: Description
description: Describe the issue in details
validations:
required: true
48 changes: 24 additions & 24 deletions .github/ISSUE_TEMPLATE/4_feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: ✨ Feature request
description: Ask for a feature to be added to the guide
labels: ['feature request']

body:
- type: markdown
attributes:
value: |
Please fill out the issue template as much as you can so we could efficiently process your request.

- type: input
attributes:
label: Site
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true

- type: textarea
attributes:
label: Description
description: Detailed description of the feature.
validations:
required: true
name: ✨ Feature request
description: Ask for a feature to be added to the guide
labels: ['feature request']
body:
- type: markdown
attributes:
value: |
Please fill out the issue template as much as you can so we could efficiently process your request.
- type: input
attributes:
label: Site
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true
- type: textarea
attributes:
label: Description
description: Detailed description of the feature.
validations:
required: true
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/5_bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 🐞 Bug Report
description: File a bug report
labels: ['bug']

body:
- type: textarea
attributes:
label: Describe your issue
description: Please describe the error in as much detail as possible so that we can fix it quickly.
validations:
required: true
name: 🐞 Bug Report
description: File a bug report
labels: ['bug']
body:
- type: textarea
attributes:
label: Describe your issue
description: Please describe the error in as much detail as possible so that we can fix it quickly.
validations:
required: true
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: ❓ Ask a question
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
about: Ask questions about this project
blank_issues_enabled: true
contact_links:
- name: ❓ Ask a question
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
about: Ask questions about this project
Loading
Loading