From b924f30e4954a483aef49eba5a3099323ff96378 Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Tue, 13 Dec 2022 13:36:00 -0500 Subject: [PATCH] Rename SSH template file Through renaming this should make the ssh-bug template show up first on the list of templates when the user creates a new issue. This is the desired behavior since it is the most specific form and so people should see it before the general bug form. --- .../{remote_ssh_bug_form.yml => a_remote_ssh_bug_form.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{remote_ssh_bug_form.yml => a_remote_ssh_bug_form.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/remote_ssh_bug_form.yml b/.github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/remote_ssh_bug_form.yml rename to .github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml