Skip to content

Commit

Permalink
config (#62): add pr template for plugin pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen committed May 20, 2020
1 parent f8f5cf4 commit 8b7a467
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/plugin_template.md
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.

0 comments on commit 8b7a467

Please sign in to comment.