-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make /issues/new endpoint a reduced version of the homepage reporting form #1193
Milestone
Comments
This was referenced Oct 7, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
This allows us to hide the form by default on the home page, and show it by default on the /issues/new page.
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
…n prompts. The logic being, if you're looking at this page, an add-on probably took you there.
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 12, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
This allows us to hide the form by default on the home page, and show it by default on the /issues/new page.
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
…n prompts. The logic being, if you're looking at this page, an add-on probably took you there.
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 13, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 14, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 14, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 14, 2016
miketaylr
pushed a commit
that referenced
this issue
Oct 14, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
This allows us to hide the form by default on the home page, and show it by default on the /issues/new page.
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
…han add-on prompts. The logic being, if you're looking at this page, an add-on probably took you there.
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
deepthivenkat
pushed a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Oct 19, 2016
(GitHub changed their markup)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we do this correctly, this could fix #1163, #1164, #1165. This will also fix #317.
Currently we POST form data to that endpoint, this bug should create a response for GET, which is the form, a reduced header, and not much else (if anything).
The text was updated successfully, but these errors were encountered: