Skip to content

Commit

Permalink
improved issue template [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed May 7, 2021
1 parent f933cd7 commit 17b1faf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
<!-- ISSUES NOT FOLLOWING THIS TEMPLATE MAY GET CLOSED AND DELETED -->
<!-- WARNING: ISSUES NOT FOLLOWING THIS TEMPLATE MAY GET CLOSED AND DELETED -->

<!-- Check what applies [x] -->

## 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)

<!-- IMPORTANT: repositories of your own apps are not an acceptable support unless satisfy one of the points above. -->

## Description

### Ruby/Rails/Sinatra/ Version
### Ruby/Rails/Sinatra/... Versions

...

### Issue Details

...

### Steps to use the support and reproduce the issue
### Steps to reproduce the issue using the provided support

...

Expand Down
5 changes: 5 additions & 0 deletions test/e2e/cypress/fixtures/example.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 17b1faf

Please sign in to comment.