22 lines
602 B
Markdown
22 lines
602 B
Markdown
# Merge
|
|
|
|
Something is ready to be merged!
|
|
|
|
## Issues
|
|
|
|
List the issue(s) resolved or addressed by this change.
|
|
|
|
Changes MUST be related to an issue. If one does not exist, please create one with
|
|
[the appropriate issue type](https://github.com/ssube/isolex/blob/master/docs/workflow.md#type).
|
|
|
|
## Checks
|
|
|
|
Before creating a PR, please ensure
|
|
[all merge requirements](https://github.com/ssube/isolex/blob/master/docs/workflow.md#merges)
|
|
are met:
|
|
|
|
- [ ] Gitlab pipeline has passed
|
|
- [ ] lint warnings have not increased
|
|
- [ ] documentation has been updated
|
|
- [ ] tests have been added and consistently pass
|