From 3dc9c483d4d948d9003113aada94e31a7b8dbb26 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 22 Jun 2017 09:16:38 +0200 Subject: [PATCH] Address comment from @daniel-beck --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d6648693fb..0e47cddae6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,8 +19,8 @@ The changelogs will be integrated by the core maintainers after the merge. See ### Submitter checklist - [ ] JIRA issue is well described -- [ ] Changelog entries provide a human-readable description of the change. [Examples](https://github.com/jenkins-infra/jenkins.io/blob/master/content/_data/changelogs/weekly.yml) - * Use `Internal: ` prefix if it addresses the API changes which do not impact the user-visible behavior +- [ ] Changelog entry appropriate for the audience affected by the change (users or developer, depending on the change). [Examples](https://github.com/jenkins-infra/jenkins.io/blob/master/content/_data/changelogs/weekly.yml) + * Use the `Internal: ` prefix if the change has no user-visible impact (API, test frameworks, etc.) - [ ] Appropriate autotests or explanation to why this change has no tests - [ ] For dependency updates: links to external changelogs and, if possible, full diffs