Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 755 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (19 loc) · 755 Bytes

PR Description

Describe the changes made and why they were made instead of how they were made.

Type of Changes

  • Fixes Issue #[Please add the issue number here]
  • New feature

Proposed changes

Screenshots

Before

After

Checklist

Make sure you've done all the following (Put an x in the boxes that apply.)

  • If you have multiple commits please combine them into one commit by squashing them.
  • Code is well documented
  • Included unit tests for new functionality
  • All user-visible strings are made translatable
  • Code passes Travis builds in your branch