-
Notifications
You must be signed in to change notification settings - Fork 269
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
Issue templates/playground online #1263
base: trunk
Are you sure you want to change the base?
Issue templates/playground online #1263
Conversation
Thanks @flexseth! This is a very thorough template, to the point where it may be scary to a new person coming in to report their problem. I, for once, would probably give up before reading the entire thing. How short can we make this, while still retaining the most important points? Could it be, e.g., a short paragraph of text and a checklist? |
one of a couple updates to simplify
This may be a little too simple. Let's see how the users interact with adding their blueprints to tickets and see if it needs to be improved over time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamziel - check it out now, still too complicated?
Is there a way to test as if you were going to create a new issue, without merging it?
It for sure looks different in the New issue UI I feel like...
Looking better, thank you! A few notes:
|
Also there's some duplication between these:
The |
HTML comment tags - they won't show up on the issue front-end I can take a look at the other part. Think I adapted it, thank you for the review
Ok, didn't know what to put there. Maybe even just removing the steps all together and let them write what they are experiencing? Leads to more triage, but also helps resolve more issues which could become some sort of knowledge base
Heard |
It could be something to this effect: ## What happened? (step by step)
1. I went to https://playground.wordpress.net/ and clicked ...
2. I then clicked ...
3. And ... happened
## What did you expect to happen instead?
<!-- Fill in the blank :) -->
## Blueprints, screenshots, additional context
<!-- If you used a Blueprint, have a screenshot to share, or any other relevant thoughts, put them here -->
## Console errors
<!-- Please include the output from your web browser console. If you're not sure how to do that, see https://support.google.com/docs/thread/1873663/collecting-console-logs-chrome-browser-only --> |
Suggestion: add a GitHub workflow to auto-label issues when submitting (see example on WordPress Learn) |
Not a bad idea at all! There have been quite a few more labels added to this repo h/t to @adamziel for the implementation! What would be really cool is if we could set up a Adding to internal ideas so it won't get lost |
@ironnysh - is there a way you can pick up this PR and get it past the finish line? I'm not great at looking at revisions across branches, which may be what's happening here. Text wise, should be accurate. Might be one unresolved comment but easy to resolve. Let me know what you think! |
Hey @flexseth, yup, I'll take a look tomorrow! |
Co-authored-by: Adam Zieliński <[email protected]>
Co-authored-by: Adam Zieliński <[email protected]>
Hey @flexseth, there were a few changes needed before merging, but I'd need to create a fork of your repo/branch to be able to update this PR. 🫠 Would you mind doing that? Let me know if not, and I'll open a new PR to get this sorted. Here's what you need to do:
Revised text:---
name: Bug report
about: Reporting bugs and errors in the online version of Playground (playground.wordpress.net)
title: Bug report -
labels: [Type] Bug
assignees: ''
---
<!--
Thank you for submitting feedback!
You can see if similar issues have already been reported by searching https://github.com/WordPress/wordpress-playground/issues.
-->
## Describe the bug
<!-- What didn't work as expected? -->
## How can we reproduce it? (step-by-step)
<!--
1. I went to https://playground.wordpress.net/ and clicked ...
2. I then clicked ...
4. And ... happened
-->
## Blueprints, screenshots, more context
<!-- If you've used a Blueprint, captured a screenshot, or have any other relevant information, please share it here. -->
### Console errors
<!-- Please include the output from your web browser console and note your browser, device, and operating system. Not sure how to do that? Search for "Collecting console logs" + your browser's name. -->
|
@ironnysh - I'll take a look at this tonight to get it fixed. Thanks for the instructions, I'm a bit rusty :) |
680cd19
to
2e376d2
Compare
Requirements
Enable issue templates on GitHub
What is this PR doing?
Introduces an issue template that is fairly complete for playground.wordpress.net
AKA "Playground online"
What problem is it solving?
Provides guidance when creating a new issue for playground.wordpress.net
How is the problem addressed?
Created an issue template
Testing instructions