chore: improves github templates

This commit is contained in:
Fernandez Ludovic 2025-12-11 14:16:34 +01:00
commit c59d163e79
No known key found for this signature in database
GPG key ID: 581FF80B781EF668
2 changed files with 14 additions and 0 deletions

View file

@ -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:

View file

@ -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.
-->