Skip to content

Commit

Permalink
Merge branch 'master' into kics-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem (Rothkoff) authored Mar 26, 2024
2 parents d1bf88d + 496c7ac commit 58a6821
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 344 deletions.
2 changes: 1 addition & 1 deletion .ci/update-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ update_readme() {
help_message=$(go run .)

echo "" >output.txt
echo '```' >>output.txt
echo '```text' >>output.txt
echo "$help_message" >>output.txt
echo '```' >>output.txt
echo "" >>output.txt
Expand Down
16 changes: 12 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<!--
<!--
Thanks for contributing to 2ms by offering a pull request.
-->

Closes #

**Proposed Changes**
-
-
-

<!--
Please describe the big picture of your changes here. If it fixes a bug or resolves a feature request, be sure to link to that issue.
-->

**Checklist**

- [ ] I covered my changes with tests.
- [ ] I Updated the documentation that is affected by my changes:
- [ ] Change in the CLI arguments
- [ ] Change in the configuration file

I submit this contribution under the Apache-2.0 license.
Loading

0 comments on commit 58a6821

Please sign in to comment.