Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1124 from Esri/Ting/Logistics-AddTemplatesandCoC-…
Browse files Browse the repository at this point in the history
…main

Logistics: Add issue, pull request templates and code of conduct
  • Loading branch information
yo1995 authored Nov 19, 2021
2 parents fd9866a + edc75e6 commit eb93de8
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODE_OF_CONDUCT.md
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).
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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. -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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> -->

0 comments on commit eb93de8

Please sign in to comment.