From cc208671923745e2cdd67d9123dac22869ab3ce9 Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Thu, 21 Dec 2023 11:57:28 +0900 Subject: [PATCH] Initial commit --- .github/CODEOWNERS | 1 + .github/CONTRIBUTING.md | 65 +++++++++++++++++++++++++++++++++++++++++ .github/dependabot.yml | 7 +++++ .gitignore | 2 ++ LICENSE | 21 +++++++++++++ README.md | 49 +++++++++++++++++++++++++++++++ action.yml | 23 +++++++++++++++ 7 files changed, 168 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/dependabot.yml create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 action.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..84b8457 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @sonaractions/admins diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..8a9c647 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,65 @@ +# How to Contribute + +## Submitting a pull request + +### Forked strategy + +This repository managed based on forked pull request strategy. + +```sh +# Fork this repository to yours. +$ git clone [YOUR_REPOSITORY_URL] +$ cd scanner-cache + +# (Working...) + +$ git commit [...] +$ git push origin [YOUR_REPOSITORY] + +# Enroll pull-request! +# in https://github.com/sonaractions/scanner-cache +``` + +## Commit message rules + +Each commit message consists of a **header**, a **body** and a **footer**. +The header has a special format that includes a **type**, a **scope** and a **subject**: + +```text +(): + + + +