diff options
author | Noah van der Aa <[email protected]> | 2022-06-14 10:50:38 +0200 |
---|---|---|
committer | Noah van der Aa <[email protected]> | 2022-06-14 10:50:38 +0200 |
commit | f9cc088ea473c39d877a4ed6157bbb3a346a61af (patch) | |
tree | 815e9d171f86f7a36d918be5877981e33cb20544 /.github | |
parent | c3f403dd761371a1d89fc58a04ece658aa7e59fb (diff) | |
download | Paper-f9cc088ea473c39d877a4ed6157bbb3a346a61af.tar.gz Paper-f9cc088ea473c39d877a4ed6157bbb3a346a61af.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! |