From 7cedf995dfa6272c714be6d2cd05efe558b98561 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 5 Jan 2025 05:43:03 -0700 Subject: [PATCH] Use default pull request template The more detailed pull request template in this plugin has been ignored by most recent contributors to the plugin, including me. Let's use the default pull request template so that the template is consistent with the other templates used in Jenkins plugins. This is consistent with the plugin archetype. It also relies on the default pull request template rather than providing its own pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index b9fa5834..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - -Jira: [JENKINS-XXXXX](https://issues.jenkins-ci.org/browse/JENKINS-XXXXX) - - - -### What has been done -1. -2. - - -### Screenshots - -Before | After -:-: | :-: -| | - -### How to test -1. -2. - -### Checklist - -- [ ] Git commits follow [best practices](https://chris.beams.io/posts/git-commit/) -- [ ] Build passes in Jenkins -- [ ] Appropriate tests or explanation to why this change has no tests -- [ ] Pull Request is marked with appropriate label (see `.github/release-drafter.yml`) -- [ ] JIRA issue is well described (problem explanation, steps to reproduce, screenshots) -- [ ] For dependency updates: links to external changelogs and, if possible, full diffs -