-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config (#62): add pr template for plugin pull requests
- Loading branch information
1 parent
f8f5cf4
commit 8b7a467
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- PLUGIN PULL REQUEST TEMPLATE --> | ||
<!-- (Update "[ ]" to "[x]" to check a box) --> | ||
|
||
👋 Hello and thank you for your contribution! | ||
|
||
**The PR fulfills these requirements:** | ||
|
||
- [ ] 🚀 Works with the latest major version of Cypress | ||
- [ ] 🛠 Plugin purpose is clearly documented (in a README or docs website) | ||
- [ ] 📝 Well-written documentation - A great example ([link](https://github.com/Fredx87/cypress-keycloak-commands#cypress-keycloak-commands)) | ||
- [ ] 🔬 Tested using Cypress - tests using Cypress can act as both example usage _and_ test coverage | ||
- [ ] 👷♀️ CI pipeline that's passing (CircleCI and [Github Actions](https://github.com/cypress-io/cypress-tutorial-build-todo/blob/master/.github/workflows) are both free for Open Source) | ||
|
||
If you have reason to believe your plugin does not need to meet certain requirements, please document it below. |