diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3a5c04a..8375fa3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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