Sha256: 4a4310babed2454fb1df44a2330bc96e88e3004369b4ee9e4cd5ec2ce0b959cf

Contents?: true

Size: 1.29 KB

Versions: 6

Compression:

Stored size: 1.29 KB

Contents

---
title: "Pull Request Template"
checklist:
- [ ] Clear description explaining the relevancy of the contribution.
- [ ] Unit, integration, and system tests.
- [ ] Regression and bugs are covered with tests.
- [ ] [Performance guidelines](https://docs.gitlab.com/ee/development/merge_request_performance_guidelines.html)
- [ ] [Secure coding guidelines](https://docs.gitlab.com/ee/development/secure_coding_guidelines.html)
- [ ] Documentation Updated
---

# Why is this needed?

## What does this do?

<!--
  Include a summary of the change and which issue is fixed.
  Include relevant motivation and context.
  List any dependencies that are required for this change.
-->

Fixes # (issue)

### Screenshots

Before:

![Before][before]

After:

![After][after]

## Type of change

<!-- Delete options that are not relevant. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## Verification Plan

<!-- How are we going to verify this change? -->

- [ ] Step 1
- [ ] Step 2

[after]: https://user-images.githubusercontent.com/x/y.png
[before]: https://user-images.githubusercontent.com/x/y.png

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jive-0.7.0 lib/jive/templates/pull_request.md
jive-0.6.0 lib/jive/templates/pull_request.md
jive-0.5.0 lib/jive/templates/pull_request.md
jive-0.4.4 lib/jive/templates/pull_request_template.md
jive-0.4.3 lib/jive/templates/pull_request_template.md
jive-0.4.2 lib/jive/templates/pull_request_template.md