jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.44k stars 612 forks source link

Rely on default Jenkins PR template #1604

Closed MarkEWaite closed 8 months ago

MarkEWaite commented 8 months ago

Rely on default Jenkins PR template

Custom template does not mention several important topics. For example, the default template guides the submitter to use a branch that is not the master branch. The default template encourages the submitter to provide tests. The default template encourages the submitter to describe the testing that was performed on the pull request. Those are all good things that should be used for the GitLab plugin.

https://github.com/jenkinsci/.github/blob/master/.github/pull_request_template.md is the default template.