diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..42d08fd5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @softservedata @Denystest1 + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..953cb03f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## Describe your changes + +## Issue ticket number and link + +## Checklist before requesting a review + + - I have performed a self-review of my code + - If it is a core feature, I have added thorough tests + - Do we need to implement analytics? + - Will this be part of a product update? If yes, please write one phrase about this update diff --git a/7.sh b/7.sh new file mode 100644 index 00000000..2a37796e --- /dev/null +++ b/7.sh @@ -0,0 +1,2 @@ +##!/bin/bash +grep '/bin/bash' /etc/passwd | cut -d: -f1 diff --git a/README.md b/README.md index 6f951317..1f4278f0 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ 8. For github actions: - create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects** -- add to repository actions secrets key with the name `PAT` and the value of the created PAT +- add to repository actions secrets key with the name `PAT` and the value of the created PAT;