diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 362fe4a..9bf8bf4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,5 +10,4 @@ In order to streamline the review of your contribution we ask that you review an
- [ ] If manual testing is needed in order to validate the changes, provide a testing plan and the expected results.
- [ ] Validate that documentation is accurate and aligned to any project updates or additions.
-Don't forget our more detailed contribution guidelines
-[here](https://github.com/SeisoLLC/operations/blob/main/documents/software-guidelines.md#contributing-to-a-repository).
+Don't forget our more detailed [contribution guidelines](https://github.com/SeisoLLC/operations/blob/main/documents/software-guidelines.md#contributing-to-a-repository).
diff --git a/Pipfile.lock b/Pipfile.lock
index f0ec3ae..38bf218 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -329,11 +329,12 @@
},
"jinja2": {
"hashes": [
- "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369",
- "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"
+ "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d",
+ "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"
],
+ "index": "pypi",
"markers": "python_version >= '3.7'",
- "version": "==3.1.4"
+ "version": "==3.1.6"
},
"markdown-it-py": {
"hashes": [
diff --git a/README.md b/README.md
index 58ebdaa..a6d450d 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ git remote add origin git@github.com:SeisoLLC/$(basename $(pwd)).git
git push origin $(git branch --show-current) --follow-tags
```
-After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding docker hub
+After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding Docker Hub
secrets, etc.
This can be done via Infrastructure as Code (IaC) or manually, but ostensibly at this point your repository is aligned with your organizational practices. If
@@ -69,7 +69,7 @@ Currently this project only supports projects hosted on GitHub.
## FAQs
-Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my docker container?
+Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my Docker container?
A: You customized the `project_slug` when answering the `cookiecutter` questions and included a capital letter. Don't do that!
Q: What does `SemVer-ish` mean?