Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 996 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (21 loc) · 996 Bytes

Overview

Please write a description. If the PR is hard to understand, provide a quick explanation of the code.

Testing instructions

Please explain how to test the PR: ID of a dataset, steps to reach the feature, etc.

Pivotal task

Provide the link to the task(s), if any.


Checklist before submitting

[ ] Title: Don't forget to make it clear for everyone, even for people that don't know about the feature/bug. [ ] Meaningful commits and code rebased on develop. [ ] Update the changelog (see below)

Changelog

If not already done, add a new entry in the changelog with the new version number and "- Unreleased". For example, if the current version of the editor is v0.0.1 and your PR is the first for the new version, add:

### v0.0.2 - Unreleased

and below, the bullets with the changes of your PR:

- Fix a bug preventing the editor from XXX

You can see the Changelog here.