chore: add v1/v2 tags to pr template

This commit is contained in:
Fabian-Lars
2025-10-06 12:35:07 +02:00
committed by GitHub
parent b76568d6fa
commit e5915f5fcc

View File

@@ -4,6 +4,8 @@ This is the link to the project: [TITLE](URL)
- [ ] Use the following format: `[Title](link) - Description.`
- [ ] If the project is closed source add the `![closed source]` badge after the `(link)` but before the `-`.
- [ ] If the project/article is non-free or paywalled add the `![paid]` badge after the `(link)` but before the `-`.
- [ ] If the project/article uses Tauri **v1** add the `![v1]` badge after the `(link)` but before the `-`.
- [ ] If the project/article uses Tauri **v2** add the `![v2]` badge after the `(link)` but before the `-`.
- [ ] Add entries alphabetically to the most appropriate category.
- [ ] No unnecessary words like `for Tauri`, `a Tauri plugin` and `Super-Fast`.
- [ ] Description does not start with `A` or `An`.
@@ -14,7 +16,7 @@ This is the link to the project: [TITLE](URL)
- [ ] No trailing whitespace is added to the end of any file.
- [ ] One suggestion per pull request.
- [ ] I understand that my entry will be removed if it violates the guidelines.
- [ ] I have [signed my commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
- [ ] I have [signed my commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) (optional).
### Plugins/Integrations
@@ -43,6 +45,6 @@ This is the link to the project: [TITLE](URL)
- [ ] The app is original and not too simple.
- [ ] The README is in English.
- [ ] The app makes a reasonable effort to be fast, lightweight and secure.
- [ ] If the app closed source, evidence of it being built with Tauri is included.
- [ ] If the app is closed source, evidence of it being built with Tauri is included.
### Additional Context