- The screen will also display some other similar worded issues
> If you are sure that your issue is related to a specific project, please report the issue within the given project.
- If this search does not return any results create a new issue
## 3. Create a new issue
### 3. Create a new issue
Please copy/paste the following template, and fill it by adding the title and fill in each part with related information.
- Select a template for the issue from the drop down marked 'Choose a template'
- 'Apply template'
- Add a Title
- Fill in all the details as requested in the template
- Always [add logs](https://community.e.foundation/t/howto-get-a-log-from-your-phone/2366) where possible. This helps the developers debug the issue better.
- Once you have finished, click **Submit issue**.
```markdown
## Summary
(Summarize the bug encountered, briefly and precisely)
## Steps to reproduce
(How one can reproduce the issue - this is very important)
## What is the current behavior?
(What actually happens)
## What is the expected correct behavior?
(What you should see instead)
## Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
(You can use `adb logcat` command to capture log of you device, when connected to a computer)
## Possible fixes
(If you can, link to the line of code that might be the cause for this problem)
```
Once you have finished, you can create your issue by clicking **Submit issue**.