Skip to content

Commit

Permalink
Merge pull request #67 from cisagov/bugfix/fix-rendering
Browse files Browse the repository at this point in the history
Fix Markdown rendering
  • Loading branch information
jsf9k committed Mar 13, 2023
2 parents 20696a4 + bd85f07 commit e8aef62
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/lineage/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "0.2.1"
__version__ = "0.2.2"
10 changes: 5 additions & 5 deletions src/lineage/templates/clean_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ your project.

## ✅ Pre-approval checklist ##

- Remove any of the following that do not apply.
- If you're unsure about any of these, don't hesitate to ask. We're here to help!
Remove any of the following that do not apply. If you're unsure about
any of these, don't hesitate to ask. We're here to help!

- [ ] *All* future TODOs are captured in issues, which are referenced
in code comments.
Expand All @@ -24,8 +24,8 @@ your project.

## ✅ Pre-merge checklist ##

- Remove any of the following that do not apply.
- These boxes should remain unchecked until the pull request has been approved.
Remove any of the following that do not apply. These boxes should
remain unchecked until the pull request has been approved.

- [ ] Bump major, minor, patch, or pre-release version [as
appropriate](https://semver.org/#semantic-versioning-specification-semver)
Expand All @@ -35,7 +35,7 @@ your project.

## ✅ Post-merge checklist ##

- Remove any of the following that do not apply.
Remove any of the following that do not apply.

- [ ] Create a release.

Expand Down
10 changes: 5 additions & 5 deletions src/lineage/templates/conflict_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ that you must resolve before merging this pull request!

## ✅ Pre-approval checklist ##

- Remove any of the following that do not apply.
- If you're unsure about any of these, don't hesitate to ask. We're here to help!
Remove any of the following that do not apply. If you're unsure about
any of these, don't hesitate to ask. We're here to help!

- [ ] ✌️ The conflicts in this pull request have been resolved.
- [ ] *All* future TODOs are captured in issues, which are referenced
Expand All @@ -74,8 +74,8 @@ that you must resolve before merging this pull request!

## ✅ Pre-merge checklist ##

- Remove any of the following that do not apply.
- These boxes should remain unchecked until the pull request has been approved.
Remove any of the following that do not apply. These boxes should
remain unchecked until the pull request has been approved.

- [ ] Bump major, minor, patch, or pre-release version [as
appropriate](https://semver.org/#semantic-versioning-specification-semver)
Expand All @@ -85,7 +85,7 @@ that you must resolve before merging this pull request!

## ✅ Post-merge checklist ##

- Remove any of the following that do not apply.
Remove any of the following that do not apply.

- [ ] Create a release.

Expand Down

0 comments on commit e8aef62

Please sign in to comment.