Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/3859/head
| @@ -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 | ||||
| @@ -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: | ||||
| @@ -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 | ||||
| @@ -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 | ||||
| @@ -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 | ||||
| @@ -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. | ||||
| @@ -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 | ||||
| <!-- | <!-- | ||||