From 892d10d15336fcd704e9f9d05ed904a38578d29d Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Tue, 21 Aug 2018 11:02:49 +0200 Subject: Update the PR template to be more user friendly --- .github/PULL_REQUEST_TEMPLATE.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to '.github/PULL_REQUEST_TEMPLATE.md') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7514811c6..bed417a3f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,2 +1,37 @@ -### Fixes / new features -- + + +## Steps + +- [ ] Add yourself to CONTRIBUTORS if you are a new contributor +- [ ] Add a ChangeLog entry describing what your PR does +- [ ] If it's a bigger feature or bug fix, add a What's New entry in `doc/whatsnew/` +- [ ] Write a good description on what the PR does + +## Description + + +## Type of Changes + +| | Type | +| ------------- | ------------- | +| ✓ | :bug: Bug fix | +| ✓ | :sparkles: New feature | +| ✓ | :hammer: Refactoring | +| ✓ | :scroll: Docs | + +## Related Issue + + -- cgit v1.2.1