diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 02fa255e8..f4dc99f5d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,21 +1,24 @@ - + ## Prerequisites -- [ ] I researched through the [documentation](https://ddnexus.github.io/pagy/), the [pagy issues](https://github.com/ddnexus/pagy/issues) and a known Search Engine, and there is no reference/report about this problem -- [ ] I am aware that questions or feature requests should not be filed as a Github Issue (for questions/requests/discussions I will use the [pagy live support](https://gitter.im/ruby-pagy/Lobby)) +- [ ] I researched through the [documentation](https://ddnexus.github.io/pagy/), the [pagy issues](https://github.com/ddnexus/pagy/issues) and a known Search Engine, and there is no reference/report/post that solves this problem +- [ ] I am aware that questions or feature requests should not be filed as a Github Issue. For questions/requests/discussions I will use the dedicated [pagy live support](https://gitter.im/ruby-pagy/Lobby) chat - [ ] I did install/upgraded to the latest version of pagy (or the latest `3.*` for pagy legacy) -- [ ] I am providing at least one the following support in order to reproduce the issue: - - [ ] plain ruby file that can run as `ruby my-problem.rb` and shows this issue - - [ ] single file standalone app using the [standalone_app.rb](https://github.com/ddnexus/pagy/blob/master/apps/standalone_app.rb) as a scaffold and edited to show this issue - - [ ] link of my own branch forked from the [pagy-rails app](https://github.com/benkoshy/pagy-rails), containing the code that shows this issue - - [ ] link of the downloadable docker image that shows this issue (e.g. @ dockerhub.com) +- [ ] I am providing at least one of the following working and self-sufficient code support that can reproduce this issue: + - [ ] plain ruby file that can run as `ruby my-problem.rb` + - [ ] edited copy of the single file [standalone_app.rb](https://github.com/ddnexus/pagy/blob/master/apps/standalone_app.rb) + - [ ] link of my own branch forked from one branch of the [pagy-rails app](https://github.com/benkoshy/pagy-rails) + - [ ] link of a standalone `docker image` downloadable from a docker repository (e.g. dockerhub.com) + - [ ] `docker-compose` file that can be run with `docker-compose up` (and doesn't need to be built because it uses only docker images and no local context) + + ## Description -### Ruby/Rails/Sinatra/ Version +### Ruby/Rails/Sinatra/... Versions ... @@ -23,7 +26,7 @@ ... -### Steps to use the support and reproduce the issue +### Steps to reproduce the issue using the provided support ... diff --git a/test/e2e/cypress/fixtures/example.json b/test/e2e/cypress/fixtures/example.json new file mode 100644 index 000000000..02e425437 --- /dev/null +++ b/test/e2e/cypress/fixtures/example.json @@ -0,0 +1,5 @@ +{ + "name": "Using fixtures to represent data", + "email": "hello@cypress.io", + "body": "Fixtures are a great way to mock data for responses to routes" +}