-
Notifications
You must be signed in to change notification settings - Fork 6
chore: adding organization wide issue template #7
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3ed2b4f
chore: Adding organization wide issue template
theproducer 081675b
Marking fields as required
theproducer b88615b
Renaming "Description" to "Current Behavior" for consistency
theproducer 46dffc9
rewriting parts of the description
theproducer dbb4fe7
Improving description, and converting versions-affected to textfield
theproducer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,87 @@ | ||
| name: Bug Report | ||
| description: File a bug report | ||
| title: "" | ||
| labels: ["triage"] | ||
| type: "bug" | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## 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. | ||
| - Feel free to chat with us in [discussions](https://github.com/ionic-team/capacitor/discussions) if you are unsure whether something is a bug or feature request. | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Description | ||
| description: "Give a detailed explanation of the bug you've encountered." | ||
|
OS-pedrogustavobilro marked this conversation as resolved.
Outdated
|
||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected-behavior | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: "Describe what you expected to happen, or what should be the correct behavior." | ||
| validations: | ||
| required: true | ||
|
theproducer marked this conversation as resolved.
|
||
| - type: input | ||
| id: reproduction | ||
| attributes: | ||
| label: Reproduction | ||
| description: "Include a link to a minimal test project that demonstrates the bug." | ||
| validations: | ||
| required: false | ||
|
theproducer marked this conversation as resolved.
Outdated
|
||
| - type: textarea | ||
| id: media | ||
| attributes: | ||
| label: Screenshots / Media | ||
| description: "Include screenshots, video recordings or other collateral that helps illustrate the problem described in the bug." | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: env-details | ||
| attributes: | ||
| label: Environment Details | ||
| 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 | ||
|
theproducer marked this conversation as resolved.
Outdated
|
||
| - 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 | ||
|
OS-pedrogustavobilro marked this conversation as resolved.
Outdated
|
||
| - type: checkboxes | ||
| id: platforms-affected | ||
| attributes: | ||
| label: Platforms Affected | ||
| description: "Check the platforms that this bug is related to." | ||
| options: | ||
| - label: iOS | ||
| required: false | ||
| - label: Android | ||
| required: false | ||
| - label: Web | ||
| required: false | ||
|
OS-pedrogustavobilro marked this conversation as resolved.
|
||
| - type: textarea | ||
| id: notes | ||
| attributes: | ||
| label: Notes / Comments | ||
| description: "Anything else we need to know to help? Include it here." | ||
| validations: | ||
| required: false | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.