Closed gavinr closed 5 years ago
It should include the language I've added in #135 re: types of contribution we are looking for.
It looks like an Admin is needed to use the new Create Issue Templates workflow. I would propose that an admin go through that process and create two templates:
Bug Report
Found a bug specifically with react-arcgis
bug
<!--
BEFORE CREATING A BUG REPORT,
please read the README carefully. It may solve your issue: https://github.com/Esri/react-arcgis/blob/master/README.md
YOUR BUG MAY ALREADY BE LOGGED!
Please search this repository for existing issues (see search box at the top of this web page)
This repository only handles issues regarding react-arcgis, which is a wrapper around esri-loader Esri-loader in turn helps you load the ArcGIS API for JavaScript.
- Issues related to esri-loader should go here: https://github.com/Esri/esri-loader
- Issues and questions specific to the ArcGIS API for JavaScript should go to Esri Tech Support (https://support.esri.com/contact-tech-support) or the ArcGIS API for JavaScript community on GeoNet (https://geonet.esri.com/community/developers/web-developers/arcgis-api-for-javascript)
-->
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of what the bug is.
**To Reproduce**
<!--
**We can only help you if we're able to reproduce the behavior you describe above.** Please provide:
-->
1. Steps to reproduce the behavior
2. A link to an app where we can carry out those steps (either our example pages, your publicly facing app, or a Codesandbox, JSFiddle, JSBin, etc). Here is a Codesandbox template you can start with if the bug does not show in our example pages, or your app is not publicly accessible: https://codesandbox.io/s/react-arcgis-template-ic8kf
3. Relevant code snippet(s) (only if not easily obtained from the above link)
**Screenshots**
If applicable, add screenshots to help explain your problem.
** Versions (please complete the following information):**
- OS: [e.g. Windows 10 Enterprise v1709]
- Browser [e.g. chrome v77.0.3865.90]
- react-arcgis version [e.g. 5.0.0]
**Additional context**
Add any other context about the problem here.
Component
I've created a react component and would like to share
Sharing: COMPONENT NAME HERE
component-sharing
(we need to create this label)Anyone is welcome to contribute to this package. However, we do not plan to add any more components to this library. If you have created a component that you'd like to share, we encourage you to share it via [CodeSandbox](https://codesandbox.io/) or a [gist](https://gist.github.com/). Once you've done that, post the link here and we'll help spread the word.
Issues in this repository should be related specifically around the wrapper around esri-loader. Issues with esri-loader, the ArcGIS API for JavaScript, or general React.js questions should be routed to the appropriate place where they can be handled in a quicker, better fashion. To achieve this goal, we should create an issue template that will help contributors understand if this is the right place to log their question. We could use something like this as a starting place or inspiration.