solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit a156449fd22152fed90d3ff06e06aa53e5913320
parent c8f09494330900081ed5a4f020c972a37fd7b02e
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Fri, 17 Jul 2020 13:54:02 +0300

Add a PR template

Diffstat:
A.github/PULL_REQUEST_TEMPLATE.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +**Replace this placeholder text with a summary of the changes in your PR. +The more detailed you are, the better.** + +----------------- + +Before submitting a PR make sure the following things have been done (and denote this +by checking the relevant checkboxes): + +- [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md) +- [ ] You've added a before/after screenshot illustrating visually your changes. +- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality - e.g. theme new faces/packages, changing existing faces, etc) +- [ ] You've updated the readme (if adding/changing configuration options) + +Thanks!