From f2cf2d92524abbbb7a96e15a2ca6c5a14e8cd01c Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Wed, 9 Jun 2021 18:03:13 +0200 Subject: [PATCH] update the pull_request_template with the new explorer --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 53af8ce..0df217f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,4 +23,4 @@ _Please only open Pull Requests for existing issues._ * [ ] run `elm-verify-examples && elm-test` to test the example **Optional:** -* [ ] Added an Example in `example/src/Example/[Your Widget].elm` +* [ ] Added a Page in `explorer/src/Page/[Your Widget].elm` and added it to `explorer/src/Main.elm`