-
Notifications
You must be signed in to change notification settings - Fork 18
Update issue templates #703
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
base: main
Are you sure you want to change the base?
Conversation
In preparation for open preview, let's start with some basic templates.
aimurphy
left a comment
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.
I think you're still working on these, but I left some thoughts.
| title: '' | ||
| labels: bug | ||
| assignees: '' | ||
|
|
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.
Blank line intended?
|
|
||
| --- | ||
|
|
||
| **Describe the bug** |
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.
| **Describe the bug** | |
| ## Describe the bug |
Can these be headings? It is more accessible to use headings than bold styling.
| **Desktop (please complete the following information):** | ||
| - OS: [e.g. iOS] | ||
| - Browser [e.g. chrome, safari] | ||
| - Version [e.g. 22] | ||
|
|
||
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] | ||
| - OS: [e.g. iOS8.1] | ||
| - Browser [e.g. stock browser, safari] | ||
| - Version [e.g. 22] |
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.
| **Desktop (please complete the following information):** | |
| - OS: [e.g. iOS] | |
| - Browser [e.g. chrome, safari] | |
| - Version [e.g. 22] | |
| **Smartphone (please complete the following information):** | |
| - Device: [e.g. iPhone6] | |
| - OS: [e.g. iOS8.1] | |
| - Browser [e.g. stock browser, safari] | |
| - Version [e.g. 22] | |
| ## Environment | |
| If this occurred on a desktop, provide the following information: | |
| - OS: [e.g. macOS Sequoia] | |
| - Browser: [e.g. Google Chrome, Apple Safari] | |
| - Version: [e.g. 22] | |
| If this occurred on a smartphone or tablet, provide the following information: | |
| - Device: [e.g. iPhone 15] | |
| - OS: [e.g. iOS 26.0] | |
| - Browser: [e.g. Google Chrome, Apple Safari] | |
| - Version: [e.g. 22] |
|
|
||
| ## Type of documentation issue | ||
|
|
||
| <!-- What kind of documentation issue is this? Please select one --> |
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.
| <!-- What kind of documentation issue is this? Please select one --> | |
| What kind of documentation issue are you reporting? |
| <!-- Where is the documentation issue located? --> | ||
| <!-- e.g., README.md line 42, docs/getting-started.md, API reference for function X --> | ||
|
|
||
| **Location:** |
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.
| <!-- Where is the documentation issue located? --> | |
| <!-- e.g., README.md line 42, docs/getting-started.md, API reference for function X --> | |
| **Location:** | |
| Provide the link or file name where you discovered the issue, such as `README.md line 42`, `install.mdx`, or `API reference for <endpoint>`. |
Not sure why these ones are in comments instead of plain text.
| --- | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] |
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.
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | |
| A clear and concise description of what the problem is. | |
| For example, `It's difficult to do <task>` or `I want to integrate with <service>`. |
| - Version [e.g. 22] | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. |
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.
You might want to suggest that they leave scrubbed logs, if they are willing to share them. You could also link to the community guidelines and tips for more info: https://docs.openr.ag/support/contribute#community-guidelines-and-tips
|
@CharnaParkey I hope the following PR helps: #728 I just saw this PR after creating the above PR. |
In preparation for open preview, let's start with some basic templates.