Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Resolves #9058

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Sep 30, 2019
1 parent 9d06f01 commit c8b4fdf
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Bug Report
about: Bug Report
title: ''
labels: bug
assignees: ''

---

# Bug Report

## Problem

An overview of the background required to understand the problem.
A problem description.

#### Expected behavior

[comment]: # (Describe what you expected to happen. Please include designs if possible.)

#### Actual behavior

[comment]: # (Describe what actually happened. Please include screenshots if possible.)

#### Notes

For the developer who will be investigating. Is it related to another PR? Tips on where to start?

#### Acceptance Criteria

Rules for the future PR to be accepted.

### Reproduction

[comment]: # (Describe how we can replicate the bug step by step.)

- Open Status
- ...
- Step 3, etc.

### Additional Information

[comment]: # (Please do your best to fill this out.)
- Status version: ...
[comment]: # (Android or iOS.)
- Operating System: <Android|iOS>

#### Logs

[comment]: # (if on Android please replicate bug whilst running adb logcat)

```
...
```
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Feature Issue
about: Feature Issue
title: ''
labels: feature
assignees: ''

---

# Feature Issue

[comment]: # (Please replace ... with your information. Remove < and >)

### User Story

As a <user|developer|...>, I want to <task> **so that** <goal>.

### Description

[comment]: # (Describe the feature you would like and include designs and Figma links if available.)
[comment]: # (Describe the use cases the implementation should cover. E.g. New users, existing users, public chat, group chat, etc)
*Summary*: ...

### Acceptance Criteria

[comment]: # (Rules for the future PR to be accepted.)

### Notes

[comment]: # (For the developer who will implement. Include planning poker estimates, guidance, etc.)
File renamed without changes.

0 comments on commit c8b4fdf

Please sign in to comment.