Bläddra i källkod

Setting up REUSE: add copyright statements to files created by me

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara 1 år sedan
förälder
incheckning
a887bb0d87
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: E4F9743DAB4B7B75
7 ändrade filer med 40 tillägg och 0 borttagningar
  1. +6
    -0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +4
    -0
      .github/ISSUE_TEMPLATE/config.yml
  3. +6
    -0
      .github/ISSUE_TEMPLATE/feature_request.md
  4. +6
    -0
      .github/ISSUE_TEMPLATE/i-need-help.md
  5. +4
    -0
      .github/workflows/close-stale-issues.yml
  6. +7
    -0
      docs/just.md
  7. +7
    -0
      docs/quick-start.md

+ 6
- 0
.github/ISSUE_TEMPLATE/bug_report.md Visa fil

@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>

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

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


+ 4
- 0
.github/ISSUE_TEMPLATE/config.yml Visa fil

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:


+ 6
- 0
.github/ISSUE_TEMPLATE/feature_request.md Visa fil

@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>

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

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


+ 6
- 0
.github/ISSUE_TEMPLATE/i-need-help.md Visa fil

@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>

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

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


+ 4
- 0
.github/workflows/close-stale-issues.yml Visa fil

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

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


+ 7
- 0
docs/just.md Visa fil

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>

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

# Running `just` commands # Running `just` commands


We have previously used [make](https://www.gnu.org/software/make/) for easily running some playbook commands (e.g. `make roles` which triggers [`ansible-galaxy`](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html)). Our [`Makefile`](../Makefile) is still around, and you can still run these commands. We have previously used [make](https://www.gnu.org/software/make/) for easily running some playbook commands (e.g. `make roles` which triggers [`ansible-galaxy`](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html)). Our [`Makefile`](../Makefile) is still around, and you can still run these commands.


+ 7
- 0
docs/quick-start.md Visa fil

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>

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

# Quick start # Quick start


<!-- <!--


Laddar…
Avbryt
Spara