From 16541757f7184aed4164467990f960d2808cdd1a Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Tue, 14 Jun 2022 10:50:38 +0200 Subject: [PATCH] [ci skip] Update performance problem issue template to account for new config formats (#7967) --- .github/ISSUE_TEMPLATE/performance-problem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/performance-problem.yml b/.github/ISSUE_TEMPLATE/performance-problem.yml index f789cfddda..808bd09d21 100644 --- a/.github/ISSUE_TEMPLATE/performance-problem.yml +++ b/.github/ISSUE_TEMPLATE/performance-problem.yml @@ -35,7 +35,7 @@ body: - type: textarea attributes: label: Server config files - description: We need bukkit.yml, spigot.yml, paper.yml, and server.properties. You can paste it below or use a paste site like https://paste.gg. + description: We need bukkit.yml, spigot.yml, paper-global.yml, paper-world-defaults.yml and server.properties. If you use per-world Paper configs, make sure to include them. You can paste it below or use a paste site like https://paste.gg. value: | ``` Paste configs or paste.gg link here!