forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
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 Expensify#4128 from Expensify/marcaaron-issueTemplate
[No QA] Add Performance issue template
- Loading branch information
Showing
2 changed files
with
45 additions
and
5 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,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) |
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