WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=c704ca663b4498117001a781246c4a80f17ede70

commit c704ca663b4498117001a781246c4a80f17ede70
Author: Andrew Williams <[email protected]>
Date:   Fri Oct 20 08:28:06 2017 -0700

    Wiki page reporting_bugs changed with summary [refactoring contrib pages] 
by Andrew Williams
---
 pages/contrib/reporting_bugs.txt | 47 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/pages/contrib/reporting_bugs.txt b/pages/contrib/reporting_bugs.txt
new file mode 100644
index 00000000..91f8c0be
--- /dev/null
+++ b/pages/contrib/reporting_bugs.txt
@@ -0,0 +1,47 @@
+~~Title: Report bugs~~
+==== Report Bugs on Phabricator ====
+
+    * Be precise
+    * Be clear
+    * Only one bug a report
+    * Only report a bug 
[[https://phab.enlightenment.org/maniphest/task/edit/form/2/|here]]
+    * Read what you wrote
+
+=== Before reporting ===
+
+//**__Can you reproduce the bug?__**//
+
+> Try to reproduce the bug with the latest version of the software, it could 
already be fixed. If it is not the case, make sure the bug is reproducible, 
make sure you have not changed a setting somewhere and know the way to get it.
+
+//**__Has someone else already reported the issue?__**//
+
+> Check [[https://phab.enlightenment.org/maniphest/query/all|here]] if your 
bug has already been reported, if not you can report it.
+
+//**__Where to report the bug?__**//
+
+> Only report bugs 
[[https://phab.enlightenment.org/maniphest/task/edit/form/2/|here]]. Don't send 
bug reports and patches to the Enlightenment mailing list, bugs will be lost. 
If there is more discussion needed add a bug report before or after the 
discussion on the mailing list.
+
+//**__Is it a visual bug?__**//
+
+> If reporting a visual bug, make absolutely sure you test with the default 
theme. EFL developers do not support other themes, and bug related to other 
themes must be sent directly to the theme's author.
+
+//**__Are there a lot of traces of Valgrind, GDB, etc. for your bug?__**//
+
+> If there is a ton of output traces, please attach them as file uploads. And 
go check in [[/debugging/apps_efl_debugging|Application EFL Debugging]] and 
[[/debugging/enlightenment_debugging|Enlightenment Debugging]] sections to get 
information.
+
+=== Reporting bugs ===
+
+    - Go [[https://phab.enlightenment.org/maniphest/task/edit/form/2/|here]]
+    - Fill out at least the following fields:
+        * Title: A short one-sentence summary that explains the problem 
clearly and precisely
+        * Assigned to: Ignore it, developers will set an assignee
+        * CC: Ignore it or if you know interested users you can add them
+        * Priority: Ignore it, set by developers
+        * Select the project(s) in which you find the bug
+        * Description :
+            - The way for reproducing the bug step by step: Minimized, 
easy-to-follow steps that will trigger the described problem
+            - Actual results: What the program errors are, the log traces (if 
it is not too long)
+            - Expected results: what the program should have done if there was 
no bug
+            - Additional information
+    - To attach a log or screenshot, etc, click on the Upload File button in 
the tool bar of description field
+    - Read again what you wrote and create task

-- 


Reply via email to