From 85f1602181e9961bd1b19300edf002401921440e Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Sat, 11 Jul 2020 07:10:19 -0400 Subject: [PATCH] docs: :pencil: Update readme and other OSS related documentation --- .github/CODEOWNERS | 1 + .vscode/settings.json | 3 ++- README.md | 11 +++++++---- SECURITY.md | 14 ++++++++++++++ 4 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 .github/CODEOWNERS create mode 100644 SECURITY.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0f85afc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +. @andrewmcodes diff --git a/.vscode/settings.json b/.vscode/settings.json index 9d3b113..87ee204 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,7 @@ // GIT "git.ignoreLimitWarning": true, "conventionalCommits.scopes": [ - "release" + "release", + "dependencies" ] } diff --git a/README.md b/README.md index 9f38c6b..ca67caf 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@

Welcome to bridgetown-inline-svg 👋

- Version License: MIT - - Twitter: andrewmcodes - + Gem Version + Depfu + Depfu + + Codacy Badge + Tests + Linters

> SVG optimizer and inliner for Bridgetown diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..2d83df3 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +Security backports will be provided for some previous release series if needed. + +| Version | Supported | +| ------- | ------------------ | +| 0.0.x | :white_check_mark: | + + +## Reporting a Vulnerability + +If you find a security issue with this gem, please open an issue, or email [Andrew Mason](mailto:andrew@andrewm.codes).