What to do when you encounter an issue?
1. Connect to our GitLab server:
If you have an account, login
If not, create one
2. Go to our issue board:
/e/ issues are listed here: https://gitlab.e.foundation/e/backlog/issues/
Before doing anything, please check if someone already created an issue about the problem you have encountered.
“My problem is already described.” You can add some missing information to help developers: how you got the issue, steps to reproduce.
“Nobody has reported my issue.” In this case, create a new one!
Click the green button labeled New issue, or follow this link.
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.
(Issue title)
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 useadb logcat
command to capture log of you device, when connected to a computer - see this guide)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.
4. Syntax
Markdown (GitLab)
Markdown Guide (GitLab)
“Report an issue” is licensed under CC BY by e Foundation 2018.