Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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?<br />
Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my Docker container?<br />
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?<br />
Expand Down
Loading