diff --git a/.github/ISSUE_TEMPLATE/new_dns_provider.yml b/.github/ISSUE_TEMPLATE/new_dns_provider.yml index 902951ed8..cfd6e5c8c 100644 --- a/.github/ISSUE_TEMPLATE/new_dns_provider.yml +++ b/.github/ISSUE_TEMPLATE/new_dns_provider.yml @@ -40,6 +40,17 @@ body: validations: required: true + - type: dropdown + id: profile + attributes: + label: Who are you? + options: + - A customer of this DNS provider + - An employee of this DNS provider + - Other (please explain) + validations: + required: true + - type: input id: provider-link attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8b1690de5..ac9fd4975 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,4 +6,7 @@ IMPORTANT: 2. Don't open a work-in-progress pull request. If you open a PR, the PR must be ready to be reviewed. 3. If a pull request doesn't follow the previous elements, it will close. +Also, pull requests from a fork inside a GitHub organization are not allowed because of access limitation on them. +Only pull requests from personal forks are allowed. + -->