From 4992d47545785d918f8c865c9e7361c5d9470c26 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:10:47 +0100 Subject: [PATCH] GH codeowner for RN (#123) --- .github/CODEOWNERS | 3 +++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/maintainer-blank.yml | 10 ++++++++++ .github/dependabot.yml | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/maintainer-blank.yml create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..fae173b1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +/posthog-react-native/ @marandaneto +/examples/example-react-native/ @marandaneto +/posthog-core/ @marandaneto diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..64d359ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask in the forums + url: https://posthog.com/questions + about: A place to ask questions. diff --git a/.github/ISSUE_TEMPLATE/maintainer-blank.yml b/.github/ISSUE_TEMPLATE/maintainer-blank.yml new file mode 100644 index 00000000..e120920a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintainer-blank.yml @@ -0,0 +1,10 @@ +name: Blank Issue +description: Blank Issue. Reserved for maintainers. +body: + - type: textarea + id: description + attributes: + label: Description + description: Please describe the issue. + validations: + required: true diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b88a67a7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly