Skip to content

Commit

Permalink
Replace tasklist with checklist in PR template
Browse files Browse the repository at this point in the history
GitHub announced 18 Feb 2025 that they are retiring task lists.
https://github.blog/changelog/2025-02-18-github-issues-projects-february-18th-update/#tasklist-blocks-will-be-retired-and-replaced-with-sub-issues

We don't use GitHub issues for the Jenkins core repository, so let's
switch from tasklist to a simple checklist like we use for the Jenkins
LTS release checklist.
  • Loading branch information
MarkEWaite committed Feb 19, 2025
1 parent 4fa6127 commit ac70c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Leave the proposed upgrade guidelines in the pull request with the "N/A" value i
The changelog generator relies on the presence of the upgrade guidelines section as part of its data extraction process.
-->

```[tasklist]
```
### Submitter checklist
- [ ] The Jira issue, if it exists, is well-described.
- [ ] The changelog entries and upgrade guidelines are appropriate for the audience affected by the change (users or developers, depending on the change) and are in the imperative mood (see [examples](https://github.com/jenkins-infra/jenkins.io/blob/master/content/_data/changelogs/weekly.yml)). Fill in the **Proposed upgrade guidelines** section only if there are breaking changes or changes that may require extra steps from users during upgrade.
Expand All @@ -102,7 +102,7 @@ If you need an accelerated review process by the community (e.g., for critical b

Before the changes are marked as `ready-for-merge`:

```[tasklist]
```
### Maintainer checklist
- [ ] There are at least two (2) approvals for the pull request and no outstanding requests for change.
- [ ] Conversations in the pull request are over, or it is explicit that a reviewer is not blocking the change.
Expand Down

0 comments on commit ac70c69

Please sign in to comment.