diff options
author | Noah van der Aa <[email protected]> | 2022-06-14 10:50:38 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-14 10:50:38 +0200 |
commit | 16541757f7184aed4164467990f960d2808cdd1a (patch) | |
tree | 6ed6674cb42fae2d383c3c891154a85f1d7850bb /.github | |
parent | 3d37b42a89db7af2dd367861fa66c28b9e4aae97 (diff) | |
download | Paper-16541757f7184aed4164467990f960d2808cdd1a.tar.gz Paper-16541757f7184aed4164467990f960d2808cdd1a.zip |
[ci skip] Update performance problem issue template to account for new config formats (#7967)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/performance-problem.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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! |