Skip to content

chore: adding organization wide issue template#7

Open
theproducer wants to merge 1 commit intomainfrom
new-issue-template
Open

chore: adding organization wide issue template#7
theproducer wants to merge 1 commit intomainfrom
new-issue-template

Conversation

@theproducer
Copy link

No description provided.

@theproducer theproducer requested review from a team and eric-horodyski February 24, 2026 19:36
@theproducer theproducer changed the title chore: Adding organization wide issue template chore: adding organization wide issue template Feb 24, 2026
@OS-pedrogustavobilro OS-pedrogustavobilro self-assigned this Feb 26, 2026
Copy link

@OS-pedrogustavobilro OS-pedrogustavobilro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm adding some comments. I'm unsure if they were already asked before in other contexts, so apologies in advance if you're getting duplicate comments 🙏

## Thanks for taking the time to fill out this bug report!
Before creating a bug report, be sure to keep the following points in mind:
- Search existing reports to make sure there isn't already an existing bug report.
- Make sure this is the correct project for your report. If the report is related to a plugin or Capacitor core, create the bug report on that GitHub project instead.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by "If the report is related to a plugin or Capacitor core, create the bug report on that GitHub project instead"?

Are you meaning to say, if you're having an issue with a plugin, open in the appropriate GitHub repo for the plugin, instead of Capacitor?

Comment on lines +57 to +68
- type: checkboxes
id: versions-affected
attributes:
label: Versions Affected
description: "Check the versions that this bug is related to."
options:
- label: 7.x
required: false
- label: 8.x
required: false
- label: 9.x
required: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These versions vary according to the repo no? How can it be re-used / configured?

Comment on lines +34 to +35
validations:
required: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we requirereproduction for bug reports? Don't know how insistent we want to be on it, but would it maybe reduce the number of issues opened without reproduction?

Comment on lines +47 to +56
description: "Please provide the following information with your request and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc)."
placeholder: |
OS version:
`npx cap doctor` output:
npm --version output:
node --version output:
pod --version output (iOS Cocoapods issues only):
render: Shell
validations:
required: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't env-details be required as well? There can be cases where it might not matter, but to me it's better to request more info at first than having to request it afterwards? If that makes sense.

label: Expected Behavior
description: "Describe what you expected to happen, or what should be the correct behavior."
validations:
required: true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about current or obtained behavior? Would that be in description? In my head we'd have both those fields next to each other, to be able to succinctly understand what's the expectation vs reality.

- label: Android
required: false
- label: Web
required: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this configurable by the consuming repos? I reckon for Capacitor we'd want to have this information required, but if we want to use it across all our ionic-team repositories, in native libraries this information is irrelevant.

id: description
attributes:
label: Description
description: "Give a detailed explanation of the bug you've encountered."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we go into more information into what we're looking for here? I don't if we can get into specifics on what we're looking for in the description, because it can vary a lot per issue. Just thinking if we can add any more info here that can help people that may be opening a bug report for the first time in our repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants