Skip to content

Commit

Permalink
Add issue and feature requests templates (#38)
Browse files Browse the repository at this point in the history
* [github] add issue and feature requests templates

* Update .github/ISSUE_TEMPLATE/issue_template.md

Co-authored-by: Peng Liu <peng.liu@mapbox.com>

* Update .github/ISSUE_TEMPLATE/issue_template.md

Co-authored-by: Peng Liu <peng.liu@mapbox.com>

Co-authored-by: Peng Liu <peng.liu@mapbox.com>
  • Loading branch information
tobrun and pengdev authored Jan 26, 2021
1 parent e719f5a commit 1e14297
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Request
about: To request a new feature, please provide detail on the outcome desired, solutions attempted and any suggested approaches.
title: ''
labels: 'feature :green apple:'
assignees: ''

---

## New Feature

<- Description of the feature being requested and any outcomes desired, an example use case, and any suggestions for solution ->

## Why
<- 1-2 sentence description of why you're requesting this feature. What problem does it solve? Why is it valuable? ->

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug
about: This template should be used for reporting bugs and defects.
labels: 'bug :beetle:'
assignees: ''
---

## Environment

- Android OS version:
- Devices affected:
- Maps SDK Version:

## Observed behavior and steps to reproduce

<!--- Please include as much evidence as possible (traces, videos, screenshots etc) --->

## Expected behavior

<!--- Please include the expected behavior and any resources supporting this expected behavior. --->

## Notes / preliminary analysis

<!--- include your initial analysis, if available --->

## Additional links and references

<!--- Links to traces, videos etc --->

0 comments on commit 1e14297

Please sign in to comment.