Update issue templates (#7272)

pull/7280/head
H. Kamran 1 year ago committed by GitHub
parent ac5e25b179
commit 9620220786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ body:
Leave any unmet requirements unchecked, and provide any additional information or questions in the "Additional information" section below.
options:
- label: I have checked that the site meets 2fa.directory's [contributing guidelines and site criteria](https://github.com/2factorauth/twofactorauth/blob/master/CONTRIBUTING.md)
- label: The site is ranked within the top 200,000 sites on [Similarweb](https://www.similarweb.com/).
- label: The site is ranked within the top 200,000 global sites on [Similarweb](https://www.similarweb.com/).
- label: The site does not contain or promote content that violates 2fa.directory's [excluded categories and websites guidelines](https://github.com/2factorauth/twofactorauth/blob/master/EXCLUSION.md).
- label: The issue I'm creating is not a duplicate of an existing [issue](https://github.com/2factorauth/twofactorauth/issues) or [pull request](https://github.com/2factorauth/twofactorauth/pulls).
required: true

@ -53,7 +53,7 @@ body:
Leave any unmet requirements unchecked, and add any additional information or questions in the "Additional information" section below.
options:
- label: I have checked that the site meets 2fa.directory's [contributing guidelines and site criteria](https://github.com/2factorauth/twofactorauth/blob/master/CONTRIBUTING.md)
- label: The site is ranked within the top 200,000 sites on [Similarweb](https://www.similarweb.com/) or has a substantial social media following.
- label: The site is ranked within the top 200,000 global sites on [Similarweb](https://www.similarweb.com/) or has a substantial social media following.
- label: The site does not contain or promote content that violates 2fa.directory's [excluded categories and websites guidelines](https://github.com/2factorauth/twofactorauth/blob/master/EXCLUSION.md), including pornographic, discriminatory, or unlawful content.
- label: The issue I'm creating is not a duplicate of an existing [issue](https://github.com/2factorauth/twofactorauth/issues).
required: true

@ -34,7 +34,7 @@ body:
- It no longer meets 2fa.directory's contributing guidelines and site criteria.
- It contains content that violates 2fa.directory's excluded categories and websites guidelines.
- It has been acquired or absorbed by another site, and the new site is already listed on 2fa.directory.
- It no longer has verifiable 2FA documentation and is no longer ranked within the top 200,000 sites on Similarweb.
- It no longer has verifiable 2FA documentation and is no longer ranked within the top 200,000 global sites on Similarweb.
- Other (please describe below).
validations:
required: true

3
.gitignore vendored

@ -1,6 +1,7 @@
# IDE files
.idea/
nbproject/
.vscode
# Ruby files
.bundle/
@ -22,4 +23,4 @@ ehthumbs.db
tmp/
# API JSON files
api/*
api/*
Loading…
Cancel
Save