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 +(): + + + +