diff --git a/.github/issue_template.md b/.github/issue_template.md index 46795f8..5890f98 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -3,6 +3,8 @@ SPDX-FileCopyrightText: Copyright Boozt Fashion, AB SPDX-License-Identifier: MIT --> + + Thank you for taking the time to submit an issue! Your contribution is valuable to us. Before you proceed, please take a moment to go through the checklist below: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 78dc52b..f153128 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,8 @@ SPDX-FileCopyrightText: Copyright Boozt Fashion, AB SPDX-License-Identifier: MIT --> + + Thank you for your pull request! Before proceeding, please take a moment to search among existing pull requests to ensure that a similar one hasn't already been opened. diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 24eaf55..c186c7f 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -1,3 +1,13 @@ -/docs/ @boozt-platform/owners +# docs documentation +/docs/CODE_OF_CONDUCT.md @boozt-platform/owners +/docs/CODEOWNERS.md @boozt-platform/owners +/docs/CONTRIBUTING.md @boozt-platform/owners +/docs/SECURITY.md @boozt-platform/owners + +# .github documentation +/.github/issue_template.md @boozt-platform/contributors +/.github/pull_request_template.md @boozt-platform/contributors + +# CI /.github/workflows/release.yml @boozt-platform/owners /.goreleaser.yaml @boozt-platform/owners