-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,67 @@ | ||
name: Issue | ||
description: Report an issue with one of the samples in this repository. | ||
labels: ["needs triage"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: IMPORTANT | ||
description: Verify the following requirements have been met before opening an issue. | ||
options: | ||
- label: My question is related to the samples and content within this repository. For all other issues, please post your question in the [community forum](https://community.esri.com/t5/arcgis-api-for-javascript/ct-p/arcgis-api-for-javascript) or open a ticket with [Esri Technical Support](https://support.esri.com/). | ||
required: true | ||
- label: I have [checked for existing issues](https://github.com/Esri/jsapi-resources/issues) to avoid duplicates. If someone has already opened an issue for what you are experiencing, please add a 👍 reaction to the existing issue instead of creating a new one. | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Actual Behavior | ||
description: A clear description of the issue and the complete error message from the browser console. If applicable provide screenshots, console messages and network request/response information. If this issue has been posted elsewhere, add a reference here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen and why? | ||
validations: | ||
required: true | ||
- type: input | ||
id: sample | ||
attributes: | ||
label: Reproduction Sample | ||
description: | | ||
We require a link to a GitHub repository, codepen or equivalent so that we can reproduce the issue locally. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Reproduction Steps | ||
description: Clear, numbered steps for reproducing the issue using the sample provided above. | ||
placeholder: | | ||
1. Open the DevTools console | ||
2. Click on XYZ | ||
3. ... | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: Reproduction Browser | ||
description: Browser (check https://whatismybrowser.com/) | ||
placeholder: e.g. Chrome 103 on Windows 11 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: operatingsystem | ||
attributes: | ||
label: Operating System (check https://whatsmyos.com) | ||
description: Provide the operating system version and device make/model. | ||
placeholder: | | ||
- OS: | ||
e.g. Apple iOS 15.5, Windows 10* 64-bit or MacOS 12.4 | ||
- Device: | ||
e.g. iPhone 13, Samsung Galaxy S22 or Macbook Pro | ||
... | ||
validations: | ||
required: true |