Skip to content

Commit

Permalink
Merge pull request Expensify#4128 from Expensify/marcaaron-issueTemplate
Browse files Browse the repository at this point in the history
[No QA] Add Performance issue template
  • Loading branch information
tgolen authored Jul 20, 2021
2 parents bdf6111 + 18991bc commit 529262e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/Performance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Report a performance issue
about: Use to report an issue or propose a solution related to app performance
title: "[Performance] "
labels: Engineering
---

If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel!
___

## What performance issue do we need to solve?
e.g. memory consumption, storage read/write times, React native bridge concerns, inefficient React component rendering, etc.

## What is the impact of this on end-users?
List specific user experiences that will be improved by solving this problem e.g. app boot time, time to for some interaction to complete, etc.

## List any benchmarks that show the severity of the issue
Please also provide exact steps taken to collect metrics above if any so we can independently verify the results.

## Proposed solution (if any)
Please list out the steps you think we should take to solve this issue.

## List any benchmarks after implementing the changes to show impacts of the proposed solution (if any)
Note: These should be the same as the benchmarks collected before any changes.

## Platform:
Where is this issue occurring?

- [ ] Web
- [ ] iOS
- [ ] Android
- [ ] Desktop App
- [ ] Mobile Web

**Version Number:**
**Logs:** https://stackoverflow.com/c/expensify/questions/4856
**Notes/Photos/Videos:** Any additional supporting documentation
**Expensify/Expensify Issue URL:**

[View all open jobs on Upwork](https://www.upwork.com/ab/jobs/search/?q=Expensify%20React%20Native&sort=recency&user_location_match=2)
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/Standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Can the user still use Expensify without this being fixed? Have you informed the
## Platform:
Where is this issue occurring?

Web
iOS
Android
Desktop App
Mobile Web
- [ ] Web
- [ ] iOS
- [ ] Android
- [ ] Desktop App
- [ ] Mobile Web

**Version Number:**
**Logs:** https://stackoverflow.com/c/expensify/questions/4856
Expand Down

0 comments on commit 529262e

Please sign in to comment.