From c9819bde7ff63fd7334b710a549831da8a59f005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20G=C3=B6ls?= <6608231+Abrynos@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:30:54 +0100 Subject: [PATCH] Add duplicate-check to issue templates (#3092) * Update Bug-report.yml * Update Enhancement-idea.yml * Update Enhancement-idea.yml * Update Bug-report.yml --- .github/ISSUE_TEMPLATE/Bug-report.yml | 2 ++ .github/ISSUE_TEMPLATE/Enhancement-idea.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug-report.yml b/.github/ISSUE_TEMPLATE/Bug-report.yml index 99043f8ac237f..649a7641d69b3 100644 --- a/.github/ISSUE_TEMPLATE/Bug-report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-report.yml @@ -12,6 +12,8 @@ body: required: true - label: I also read **[Setting-up](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Setting-up)** and **[FAQ](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/FAQ)**, I don't need **[help](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/SUPPORT.md)**, this is a bug report required: true + - label: This is not a **[duplicate](https://github.com/JustArchiNET/ArchiSteamFarm/issues?q=is%3Aissue)** of an existing issue + required: true - label: I don't own more than **[10 accounts in total](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/FAQ#how-many-bots-can-i-run-with-asf)** required: true - label: I'm not using **[custom plugins](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Plugins)** diff --git a/.github/ISSUE_TEMPLATE/Enhancement-idea.yml b/.github/ISSUE_TEMPLATE/Enhancement-idea.yml index da6b53c1eabec..bc78e640c8434 100644 --- a/.github/ISSUE_TEMPLATE/Enhancement-idea.yml +++ b/.github/ISSUE_TEMPLATE/Enhancement-idea.yml @@ -12,6 +12,8 @@ body: required: true - label: I also read **[Setting-up](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Setting-up)** and **[FAQ](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/FAQ)**, I don't need **[help](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/SUPPORT.md)**, this is an enhancement idea required: true + - label: This is not a **[duplicate](https://github.com/JustArchiNET/ArchiSteamFarm/issues?q=is%3Aissue)** of an existing issue + required: true - label: My idea doesn't duplicate existing ASF functionality described on the **[wiki](https://github.com/JustArchiNET/ArchiSteamFarm/wiki)** required: true - label: I believe that my idea falls into ASF's scope and should be offered as part of ASF built-in functionality