Преглед на файлове
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 година
родител
ревизия
a887bb0d87
No known key found for this signature in database
GPG ключ ID: E4F9743DAB4B7B75
променени са
7 файла , в които са
добавени 40 реда и са
изтрити 0 реда
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/i-need-help.md
.github/workflows/close-stale-issues.yml
docs/just.md
docs/quick-start.md
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
---
name: Bug report
about: Create a report to help us improve
@@ -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
contact_links:
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Suguru Hirahara <acioustick@noreply.codeberg.org>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
---
name: Feature request
about: Suggest an idea for this project
@@ -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
about: Get support from our community
@@ -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'
on: # yamllint disable-line rule:truthy
@@ -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
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.
@@ -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
<!--