Update PR template to include `changelog` update in the checklist (#4604)

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
pull/4607/head
Kaviraj 4 years ago committed by GitHub
parent 2a1d8005dc
commit cf2dacf70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/pull_request_template.md

@ -1,7 +1,7 @@
<!-- Thanks for sending a pull request! Before submitting:
1. Read our CONTRIBUTING.md guide
2. Name your PR as `<Feature Area>: Describe your change`.
2. Name your PR as `<Feature Area>: Describe your change`.
a. Do not end the title with punctuation. It will be added in the changelog.
b. Start with an imperative verb. Example: Fix the latency between System A and System B.
c. Use sentence case, not title case.
@ -20,4 +20,4 @@ Fixes #<issue number>
**Checklist**
- [ ] Documentation added
- [ ] Tests updated
- [ ] Add an entry in the `CHANGELOG.md` about the changes.

Loading…
Cancel
Save