This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1124 from Esri/Ting/Logistics-AddTemplatesandCoC-…
…main Logistics: Add issue, pull request templates and code of conduct
- Loading branch information
Showing
4 changed files
with
115 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 @@ | ||
Esri welcomes contributions to our open source projects on Github. When contributing, please follow the [Esri Community Code of Conduct](https://github.com/Esri/contributing/blob/master/CODE_OF_CONDUCT.md). |
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,57 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a bug report to help us improve | ||
title: "[BUG] " | ||
labels: bug | ||
--- | ||
|
||
**Describe the Bug** | ||
|
||
<!-- Provide an overview of the issue and why you consider it to be a bug --> | ||
<!-- How was the issue found? --> | ||
<!-- Add a video or screenshots if it helps --> | ||
|
||
**Expected Behavior** | ||
|
||
<!-- What is the expected outcome? --> | ||
|
||
**Steps To Reproduce** | ||
|
||
<!-- Clear concise steps to reproduce the issue --> | ||
<!-- Include code in collapsible section below --> | ||
|
||
<!-- | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
**Reproducible Code** | ||
|
||
<details><summary>Reproducible Code</summary> | ||
|
||
```swift | ||
Swift repro code goes here | ||
``` | ||
|
||
</details> | ||
|
||
**Build and Platform Information** | ||
|
||
<!-- Identify build and platform information --> | ||
|
||
* OS: [e.g. iOS 15.1, macOS 12.0] | ||
* Device: [e.g. iPhone 13, iPhone Simulator] | ||
* SDK Version: [e.g. 100.11.0] | ||
* App Release Version: [e.g. 100.11.0] | ||
* Which release it last worked (only if regression)?: | ||
* Commit (only if building the project): | ||
|
||
**Data and Credentials** | ||
|
||
<!-- Include any/all that are applicable --> | ||
|
||
**Additional Context** | ||
|
||
<!-- Add any other context about the problem here. --> |
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,22 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: "[Feature] " | ||
labels: enhancement | ||
--- | ||
|
||
**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 [...] --> | ||
|
||
**Describe the solution you'd like** | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
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,35 @@ | ||
## Description | ||
|
||
<!-- | ||
This PR implements `SAMPLE_NAME` in `SAMPLE_CATEGORY` category. | ||
Branch: URL_TO_BRANCH | ||
--> | ||
|
||
## Linked Issue(s) | ||
|
||
<!-- - `common-samples/issues/` --> | ||
|
||
## How To Test | ||
|
||
<!-- | ||
## Screenshots | ||
--> | ||
<!-- | ||
|Before|After| | ||
|:-:|:-:| | ||
||| | ||
--> | ||
|
||
|
||
<!-- | ||
## To Discuss | ||
--> | ||
|
||
|
||
<!-- <details><summary>Code Snippet</summary> | ||
```swift | ||
Swift repro code goes here | ||
``` | ||
</details> --> |