Browse Source

Merge pull request #4114 from luixxiul/fix

Add copyright attiributions to vendor files
pull/4116/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
959e8bea30
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
10 changed files with 49 additions and 0 deletions
  1. +4
    -0
      .config/ansible-lint.yml
  2. +5
    -0
      .github/FUNDING.yml
  3. +7
    -0
      .github/ISSUE_TEMPLATE/bug_report.md
  4. +4
    -0
      .github/ISSUE_TEMPLATE/config.yml
  5. +7
    -0
      .github/ISSUE_TEMPLATE/feature_request.md
  6. +7
    -0
      .github/ISSUE_TEMPLATE/i-need-help.md
  7. +4
    -0
      .github/dependabot.yaml
  8. +4
    -0
      .github/workflows/close-stale-issues.yml
  9. +6
    -0
      .github/workflows/matrix.yml
  10. +1
    -0
      REUSE.toml

+ 4
- 0
.config/ansible-lint.yml View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

use_default_rules: true


+ 5
- 0
.github/FUNDING.yml View File

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 - 2021 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# These are supported funding model platforms



+ 7
- 0
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Suguru Hirahara

SPDX-License-Identifier: AGPL-3.0-or-later
-->

---
name: Bug report
about: Create a report to help us improve


+ 4
- 0
.github/ISSUE_TEMPLATE/config.yml View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
blank_issues_enabled: false
contact_links:


+ 7
- 0
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Suguru Hirahara

SPDX-License-Identifier: AGPL-3.0-or-later
-->

---
name: Feature request
about: Suggest an idea for this project


+ 7
- 0
.github/ISSUE_TEMPLATE/i-need-help.md View File

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Suguru Hirahara

SPDX-License-Identifier: AGPL-3.0-or-later
-->

---
name: I need help
about: Get support from our community


+ 4
- 0
.github/dependabot.yaml View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
version: 2
updates:


+ 4
- 0
.github/workflows/close-stale-issues.yml View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
name: 'Close stale issues and PRs'
on: # yamllint disable-line rule:truthy


+ 6
- 0
.github/workflows/matrix.yml View File

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
name: Matrix CI



reuse.toml → REUSE.toml View File

@@ -7,6 +7,7 @@ version = 1
# Computer-generated files and other files which cannot be copyrighted
[[annotations]]
path = [
".github/renovate.json",
"i18n/.gitignore",
"i18n/requirements.txt",
"i18n/PUBLISHED_LANGUAGES"

Loading…
Cancel
Save