Difference between revisions of "Filing bugs and issues"

From Joomla! Documentation

m (tagging)
m (Remove ald links to joomla code; Remove 2.5.x;)
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{page|needs updating|Information of JoomlaCode.org is no longer valid}}
+
<noinclude><languages /></noinclude>
To report a bug in the Joomla! bug trackers, you need to create a tracker item. Once the tracker item is created, the developers will check the validity of it and act accordingly.
+
<translate><!--T:1-->
 +
To '''report a bug''' in the Joomla! bug trackers, you need to create a tracker item. Once the tracker item is created, the developers will check the validity of it and act accordingly. If you would like to '''help test''' Joomla patches, please follow these [[S:MyLanguage/Testing Joomla! patches|detail instructions on how]].</translate>
  
== Reporting bugs ==
+
<translate>== Reporting bugs == <!--T:2-->
=== Register an Account at joomlacode.org ===
+
=== Register an Account at GitHub ===
You will need to [http://joomlacode.org/gf/account/?action=UserAdd register for an account].
+
You will need to [https://github.com register for an account] at GitHub; the Joomla! Issue Tracker uses GitHub accounts for authentication.</translate>
  
=== Access the Joomla! development bug tracker. ===
+
<translate>=== Access the Joomla! issue tracker. === <!--T:3--></translate>
  
*[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103 Joomla! CMS Issue Tracker] - Active
+
*[http://issues.joomla.org Joomla! Issue Tracker]- <translate><!--T:4-->
*[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=11410 Old Joomla! 2.5 Bug Tracker] - Inactive - Please use the main CMS Issue Tracker (above) to report Joomla 3 and Joomla 2.5 bugs.
+
Active</translate>
*[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=32 Joomla! 1.5 Bug Tracker] - Inactive
 
*[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=5782 Joomla! 1.0 Bug Tracker] - Closed
 
  
=== Check to see if the bug you want to report is already reported. ===
+
<translate>=== Check to see if the bug you want to report is already reported. === <!--T:9--></translate>
  
A series of filters display the tracker items. Make sure Priority is set to "Any", Assignee to "Any" and Status to "Any", other filters to nothing. Mouse over the title of the tracker items to check their contents. If the issue you are experiencing is not already reported, click on the bottom-right Button "Add new Tracker Item".
+
<translate><!--T:10-->
 +
A series of filters display the tracker items and can be accessed by clicking the "Search Tools" button at the top of the list. Mouse over the title of the tracker items to check their contents. If the issue you are experiencing is not already reported, click on the "New Item" button in the main navigation area.</translate>
  
A new screen will display and there, the more information you give, the easier it is for the developers.
+
<translate><!--T:11-->
 +
A new screen will display and there, the more information you give, the easier it is for the developers.</translate>
  
Fill as many fields as you can.
+
<translate><!--T:12-->
 +
Fill in as much data as you can. You can enable tips for each field by switching the "View Mode" toggle on the right side of the screen from Pro to Help.</translate>
  
* [[Bug and Issue Tracker Priority|Priority]] : Use the default "Medium" except if you know the code enough to make another choice.
+
* <translate><!--T:13-->
* PHP : Choose the version you are testing on.  You can find this information by clicking the Menu "Help"->"System Info" in the Administrator back-end of Joomla!.
+
[[S:MyLanguage/Bug and Issue Tracker Priority|Priority]] : Use the default "Medium" except if you know the code enough to make another choice.</translate>
* Estimated Time : Leave this blank.
+
* <translate><!--T:14-->
* Build : Type here the #SVN number if you know it, or Nightly Build date, or Version used if using a Released version.
+
Build : Type here the version(s) affected by the issue.</translate>
* Browser : Self-explanatory.
+
* <translate><!--T:15-->
* Database : The version of MySQL is also available in "Help" -> "System Info".
+
Categories : This one is more tricky. Use "Administration" if you do not know better.</translate>
* Status : Leave this to "Open".
+
* <translate><!--T:16-->
* Percent Complete : Leave this blank.
+
Title : A short summary of the issue.</translate>
* Category : This one is more tricky. Use "Administration" if you do not know better.
+
* <translate><!--T:17-->
* Customer : Use "User" if the issue is in front-end, "Developer" if the issue concerns an extension you are developing, "Administrator" in other cases.
+
Description : Details of the issue. Please see the section below for more info.</translate>
* Web Server : The version/server type is also available in "Help" -> "System Info".
+
* <translate><!--T:18-->
 +
Uploads : Users are permitted to upload images to issue reports.  Information about upload requirements is listed on the report form.</translate>
  
=== Provide a summary ===
+
<translate>=== Provide a summary === <!--T:19--></translate>
  
Describe in a few words the issues you are having. It is generally a good idea to use existing tracker items as examples if this is your first time reporting a bug.
+
<translate><!--T:20-->
 +
Describe in a few words the issues you are having. It is generally a good idea to use existing tracker items as examples if this is your first time reporting a bug.</translate>
  
Examples:
+
<translate><!--T:21-->
 +
Examples</translate>:
  
* Front-end: Warning such and such.
+
* <translate><!--T:22-->
* Back-end: Unable to save article when "nameofplugin" is published.
+
Front-end: Warning such and such.</translate>
 +
* <translate><!--T:23-->
 +
Back-end: Unable to save article when "nameofplugin" is published.</translate>
  
Note: Take care to be descriptive in your summary as this is the first thing the developers will see when they are perusing the tracker for something to fix.
+
<translate><!--T:24-->
 +
Note: Take care to be descriptive in your summary as this is the first thing the developers will see when they are perusing the tracker for something to fix.</translate>
 
   
 
   
=== Provide details about the bug ===
+
<translate>=== Provide details about the bug === <!--T:25--></translate>
  
This is the most important part of reporting the bug. Describe here step by step how you got the error you are noticing. Include all of the information that someone will need to re-trace your steps and see the problem. Remember: Your bug will not be fixed unless others can see the problem, so you want to be as clear and detailed as possible. You do not need to know anything about programming to write a great bug report. But if you do understand the code and think you know how to fix the bug, please include this in the report.
+
<translate><!--T:26-->
 +
To provide the most information possible, the tracker populates the description field with a template with five sub-sections</translate>:
  
The general format should be something like:
+
* <translate><!--T:27-->
# "Here is ''exactly'' what I did."
+
Steps to reproduce the issue : Detailed steps on how another person can reproduce the issue.</translate>
# "This is what happened."
+
* <translate><!--T:28-->
# "This is what I think should have happened."
+
Expected result : What you believe should happen when you perform the steps above.</translate>
# "Other information, possible solution, proposed code patch."
+
* <translate><!--T:29-->
 +
Actual result : What actually happened when performing the above steps</translate>
 +
* <translate><!--T:30-->
 +
System information : Information about the environment your system is configured in. This could include the browser you are using, the PHP version from your server, or the database type your site is using.  For optimal results, you can copy this data from your site's System Information view when logged into the administrator section.</translate>
 +
* <translate><!--T:31-->
 +
Additional comments : Any additional information not provided above that would be beneficial to troubleshooting and resolving the issue.</translate>
  
The more details, the better. Also, it is important to reproduce the bug using the sample Joomla! website or with easy, clear instructions for how to set it up. Remember that others will not have access to your site's database, so you will need to be able to tell someone how to see the bug with data that is readily available -- the sample site.
+
<translate><!--T:32-->
 +
The general format should be something like:</translate>
 +
# <translate><!--T:33-->
 +
"Here is ''exactly'' what I did."</translate>
 +
# <translate><!--T:34-->
 +
"This is what happened."</translate>
 +
# <translate><!--T:35-->
 +
"This is what I think should have happened."</translate>
 +
# <translate><!--T:36-->
 +
"Other information, possible solution, proposed code patch."</translate>
  
'''Example A'''
+
<translate><!--T:37-->
 +
The more details, the better. Also, it is important to reproduce the bug using the sample Joomla! website or with easy, clear instructions for how to set it up. Remember that others will not have access to your site's database, so you will need to be able to tell someone how to see the bug with data that is readily available -- the sample site.</translate>
  
; What I did : Started with sample website. Everything was ok. I enabled "nameofplugin". Try to save any article from back end.
+
<translate>==== Example A ==== <!--T:38--></translate>
; What happened : I get a blank screen and article is not saved.
 
; What should have happened : Articles should save correctly.
 
; Other information : These are the plugins enabled at the same time. SEF is on (or Off). My site is in a sub-folder. I also remark that... etc. Files such and such are the issues IMHO (if you know what you are talking about).
 
  
'''Example B'''
+
; <translate><!--T:39-->
 +
What I did : Started with sample website. Everything was ok. I enabled "nameofplugin". Try to save any article from back end.</translate>
 +
; <translate><!--T:40-->
 +
What happened : I get a blank screen and article is not saved.</translate>
 +
; <translate><!--T:41-->
 +
What should have happened : Articles should save correctly.</translate>
 +
; <translate><!--T:42-->
 +
Other information : These are the plugins enabled at the same time. SEF is on (or Off). My site is in a sub-folder. I also remark that... etc. Files such and such are the issues IMHO (if you know what you are talking about).</translate>
  
; What I did : Navigate to Back-end. Click on "menu_name" Menu.
+
<translate>==== Example B ==== <!--T:43--></translate>
; What happened: Page opened is blank.
 
; What should have happened : Menu should have opened correctly.
 
; Other information : Any other menu works OK. etc.
 
  
'''Real-Life Example'''
+
; <translate><!--T:44-->
; What I did  
+
What I did : Navigate to Back-end. Click on "menu_name" Menu.</translate>
: Started with the sample website.
+
; <translate><!--T:45-->
: Added an unpublished article from the back end, with Section=FAQ, Category=General.  
+
What happened: Page opened is blank.</translate>
: In the advanced parameters for the article, set Show Title to "No" and Print, PDF, and Email Icons to "Hide".  
+
; <translate><!--T:46-->
: Save the article and navigate to front end. Login to the front end as admin and navigate to the Example Pages -> Category Blog menu item.
+
What should have happened : Menu should have opened correctly.</translate>
; What happened : The newly added article shows but there is no edit icon for the front-end user to click on.
+
; <translate><!--T:47-->
; What should have happened : The edit icon should show, allowing a front end user to edit this article.
+
Other information : Any other menu works OK. etc.</translate>
; Other information : This only happens with the rhuk_milkyway template. By changing this code [code proposed] in file [name and hierarchy of file], line(s) #, the issue looks solved on my settings.
 
  
=== Add an attachment to your report ===
+
<translate>==== Real-Life Example ==== <!--T:48--></translate>
 +
*<translate><!--T:49-->
 +
What I did</translate>
 +
:# <translate><!--T:50-->
 +
Started with the sample website.</translate>
 +
:# <translate><!--T:51-->
 +
Added an unpublished article from the back end, with Section=FAQ, Category=General.</translate>
 +
:# <translate><!--T:52-->
 +
In the advanced parameters for the article, set Show Title to "No" and Print, PDF, and Email Icons to "Hide".</translate>
 +
:# <translate><!--T:53-->
 +
Save the article and navigate to front end. Login to the front end as admin and navigate to the Example Pages -> Category Blog menu item.</translate>
 +
*<translate><!--T:54-->
 +
What happened : The newly added article shows but there is no edit icon for the front-end user to click on.</translate>
 +
*<translate><!--T:55-->
 +
What should have happened : The edit icon should show, allowing a front end user to edit this article.</translate>
 +
*<translate><!--T:56-->
 +
Other information : This only happens with the rhuk_milkyway template. By changing this code [code proposed] in file [name and hierarchy of file], line(s) #, the issue looks solved on my settings.</translate>
  
To better describe the issue or/and propose a fix, you can add attachments to the tracker item you are creating by using the "Browse" buttons at the bottom of the screen.
+
<translate>=== Issue a pull request directly on Joomla!'s GitHub repository === <!--T:57--></translate>
A screen capture of the page(s) concerned helps a lot. If you can, try to optimise the size of the image through an image editor.
 
If you know what part(s) of the code base to change, a patch [patches] or a full file where your changes are WELL shown will help the developers to solve the problem quicker.
 
  
=== Issue a pull request directly on Joomla!'s GitHub repository ===
+
<translate><!--T:58-->
 +
If you wish to propose a fix by directly providing the code within Joomla! itself, you may do so by issuing a "pull request" in Joomla!'s code repository on GitHub.com, located here</translate>: https://github.com/joomla/joomla-cms
  
If you wish to propose a fix by directly providing the code within Joomla! itself, you may do so by issuing a "pull request" in Joomla!'s code repository on GitHub.com, located here: https://github.com/joomla/joomla-cms
+
<translate><!--T:59-->
 +
This process requires some knowledge regarding Source Control Management systems and Git in particular. If you do know what the Git SCM is and how it works, the process is simple</translate>:
  
This process requires some knowledge regarding Source Control Management systems and Git in particular. If you do know what the Git SCM is and how it works, the process is simple:
+
* <translate><!--T:60-->
 +
Sign up for a free GitHub.com account</translate>
 +
* <translate><!--T:61-->
 +
Fork the Joomla! repo</translate>
 +
* <translate><!--T:62-->
 +
Switch to the "staging" branch if you wish to propose a fix for the current Joomla! 3.x release or to the "3.x-dev" branch if you want to propose a fix for the next Joomla! Version 3.x.</translate>
 +
* <translate><!--T:63-->
 +
Add/update the related files in Joomla! in the right branch and the click on the "review & compare" button - more info on this here https://help.github.com/articles/using-pull-requests - to start the "pull request" issuing process.</translate>
  
* Sign up for a free GitHub.com account
+
<translate>=== Extra tips and tricks === <!--T:64--></translate>
* Fork the Joomla! repo
 
* Switch to the "staging" branch if you wish to propose a fix for the current Joomla! release (3.3 at the time of writing) or to the "2.5" branch if you want to propose a fix for Joomla! 2.5.
 
* Add/update the related files in Joomla! in the right branch and the click on the "review & compare" button - more info on this here https://help.github.com/articles/using-pull-requests - to start the "pull request" issuing process.
 
* Add a link of your newly created pull request on the Joomla! GitHub repo to your filed report on the joomlacode.org website.
 
  
=== Finish and send in the report ===
+
<translate><!--T:65-->
 +
Well-written bug reports are incredibly helpful. However, there's a certain amount of overhead involved in working with any bug tracking system, so your help in keeping our ticket tracker as useful as possible is appreciated. In particular</translate>:
  
You will receive an e-mail confirming that you posted the tracker item. When someone comments or asks for supplementary details or solves the issue, you will receive a notification e-mail and may reply if needed.
+
* <translate><!--T:66-->
 +
Do read the [http://docs.joomla.org/FAQs FAQ] to see if your issue might be a well-known question.</translate>
 +
* <translate><!--T:67-->
 +
Do search [http://issues.joomla.org the tracker] to see if your issue has already been filed.</translate>
 +
* <translate><!--T:68-->
 +
Do ask on bug reporting forums for [http://forum.joomla.org/viewforum.php?f=728 Joomla 3.x] first if you're not sure if what you're seeing is a bug.</translate>
 +
* <translate><!--T:69-->
 +
Do write complete, reproducible, specific bug reports. Include as much information as you possibly can, complete with code snippets, test cases, etc. A minimal example that illustrates the bug in a nice small test case is the best possible bug report.</translate>
 +
* <translate><!--T:70-->
 +
Don't use the tracker system to ask support questions. Use the [http://forum.joomla.org/ Joomla! forums], or the [irc://irc.freenode.net/joomla #joomla] IRC channel on freenode for that.</translate>
 +
* <translate><!--T:71-->
 +
Don't use the trackers to make large-scale feature requests. We like to discuss any big changes to Joomla!'s core on the [http://forum.joomla.org/viewforum.php?f=509 developers forums] before actually working on them.</translate>
 +
* <translate><!--T:72-->
 +
Don't reopen issues that have been marked "not a bug". This mark means that the decision has been made that we can't or won't fix this particular issue. If you're not sure why, please ask on developer forums.</translate>
 +
* <translate><!--T:73-->
 +
Don't use the tracker for lengthy discussions, because they're likely to get lost. If a particular tracker item is controversial, please move discussion to [http://forum.joomla.org/viewforum.php?f=509 developer forums].</translate>
  
=== Extra tips and tricks ===
+
<translate>== Reporting security issues == <!--T:74--></translate>
  
Well-written bug reports are incredibly helpful. However, there's a certain amount of overhead involved in working with any bug tracking system, so your help in keeping our ticket tracker as useful as possible is appreciated. In particular:
+
<translate><!--T:75-->
 +
Report security issues to security [at] joomla [dot] org. This is a private list only open to long-time, highly trusted Joomla! developers, and its archives are not publicly readable.</translate>
  
* Do read the [http://docs.joomla.org/FAQs FAQ] to see if your issue might be a well-known question.
+
<translate><!--T:76-->
* Do search [http://joomlacode.org/gf/project/joomla/tracker/ the tracker] to see if your issue has already been filed.
+
In the event of a confirmed vulnerability in Joomla! itself, we will take the following actions</translate>:
* Do ask on [http://forum.joomla.org/index.php/board,199.0.html testing forums] first if you're not sure if what you're seeing is a bug.
 
* Do write complete, reproducible, specific bug reports. Include as much information as you possibly can, complete with code snippets, test cases, etc. A minimal example that illustrates the bug in a nice small test case is the best possible bug report.
 
* Don't use the tracker system to ask support questions. Use the [http://forum.joomla.org/ Joomla! forums], or the [irc://irc.freenode.net/joomla #joomla] IRC channel on freenode for that.
 
* Don't use the trackers to make large-scale feature requests. We like to discuss any big changes to Joomla!'s core on the [http://forum.joomla.org/index.php#6 developers forums] before actually working on them.
 
* Don't reopen issues that have been marked "not a bug". This mark means that the decision has been made that we can't or won't fix this particular issue. If you're not sure why, please ask on developer forums.
 
* Don't use the tracker for lengthy discussions, because they're likely to get lost. If a particular tracker item is controversial, please move discussion to [http://forum.joomla.org/index.php#6 developer forums].
 
  
== Reporting security issues ==
+
* <translate><!--T:77-->
 
+
Acknowledge to the reporter that we've received the report and that a fix is forthcoming. We'll give a rough timeline and ask the reporter to keep the issue confidential until we announce it.</translate>
Report security issues to security [at] joomla [dot] org. This is a private list only open to long-time, highly trusted Joomla! developers, and its archives are not publicly readable.
+
* <translate><!--T:78-->
 
+
Halt all other development as long as is needed to develop a fix, including patches against the current and two previous releases.</translate>
In the event of a confirmed vulnerability in Joomla! itself, we will take the following actions:
+
* <translate><!--T:79-->
 
+
Determine a go-public date for announcing the vulnerability and the fix. To try to mitigate a possible "arms race" between those applying the patch and those trying to exploit the hole, we will not announce security problems immediately.</translate>
* Acknowledge to the reporter that we've received the report and that a fix is forthcoming. We'll give a rough timeline and ask the reporter to keep the issue confidential until we announce it.
+
* <translate><!--T:80-->
* Halt all other development as long as is needed to develop a fix, including patches against the current and two previous releases.
+
Publicly announce the vulnerability and the fix on the pre-determined go-public date. This will probably mean a new release of Joomla! but in some cases it may simply be patches against current releases.</translate>
* Determine a go-public date for announcing the vulnerability and the fix. To try to mitigate a possible "arms race" between those applying the patch and those trying to exploit the hole, we will not announce security problems immediately.
 
* Publicly announce the vulnerability and the fix on the pre-determined go-public date. This will probably mean a new release of Joomla! but in some cases it may simply be patches against current releases.
 
  
 +
<translate><!--T:81-->
 
[[Category:Development]] [[Category:Bug_Squad]]
 
[[Category:Development]] [[Category:Bug_Squad]]
[[Category:Bug Tracker]]
+
[[Category:Bug Tracker]]</translate>

Revision as of 05:13, 28 June 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎Türkçe • ‎català • ‎eesti • ‎español • ‎français • ‎italiano • ‎português • ‎svenska • ‎Ελληνικά • ‎русский • ‎অসমীয়া • ‎中文(台灣)‎ • ‎日本語

To report a bug in the Joomla! bug trackers, you need to create a tracker item. Once the tracker item is created, the developers will check the validity of it and act accordingly. If you would like to help test Joomla patches, please follow these detail instructions on how.

Reporting bugs[edit]

Register an Account at GitHub[edit]

You will need to register for an account at GitHub; the Joomla! Issue Tracker uses GitHub accounts for authentication.

Access the Joomla! issue tracker.[edit]

Check to see if the bug you want to report is already reported.[edit]

A series of filters display the tracker items and can be accessed by clicking the "Search Tools" button at the top of the list. Mouse over the title of the tracker items to check their contents. If the issue you are experiencing is not already reported, click on the "New Item" button in the main navigation area.

A new screen will display and there, the more information you give, the easier it is for the developers.

Fill in as much data as you can. You can enable tips for each field by switching the "View Mode" toggle on the right side of the screen from Pro to Help.

  • Priority : Use the default "Medium" except if you know the code enough to make another choice.
  • Build : Type here the version(s) affected by the issue.
  • Categories : This one is more tricky. Use "Administration" if you do not know better.
  • Title : A short summary of the issue.
  • Description : Details of the issue. Please see the section below for more info.
  • Uploads : Users are permitted to upload images to issue reports. Information about upload requirements is listed on the report form.

Provide a summary[edit]

Describe in a few words the issues you are having. It is generally a good idea to use existing tracker items as examples if this is your first time reporting a bug.

Examples:

  • Front-end: Warning such and such.
  • Back-end: Unable to save article when "nameofplugin" is published.

Note: Take care to be descriptive in your summary as this is the first thing the developers will see when they are perusing the tracker for something to fix.

Provide details about the bug[edit]

To provide the most information possible, the tracker populates the description field with a template with five sub-sections:

  • Steps to reproduce the issue : Detailed steps on how another person can reproduce the issue.
  • Expected result : What you believe should happen when you perform the steps above.
  • Actual result : What actually happened when performing the above steps
  • System information : Information about the environment your system is configured in. This could include the browser you are using, the PHP version from your server, or the database type your site is using. For optimal results, you can copy this data from your site's System Information view when logged into the administrator section.
  • Additional comments : Any additional information not provided above that would be beneficial to troubleshooting and resolving the issue.

The general format should be something like:

  1. "Here is exactly what I did."
  2. "This is what happened."
  3. "This is what I think should have happened."
  4. "Other information, possible solution, proposed code patch."

The more details, the better. Also, it is important to reproduce the bug using the sample Joomla! website or with easy, clear instructions for how to set it up. Remember that others will not have access to your site's database, so you will need to be able to tell someone how to see the bug with data that is readily available -- the sample site.

Example A[edit]

What I did
Started with sample website. Everything was ok. I enabled "nameofplugin". Try to save any article from back end.
What happened
I get a blank screen and article is not saved.
What should have happened
Articles should save correctly.
Other information
These are the plugins enabled at the same time. SEF is on (or Off). My site is in a sub-folder. I also remark that... etc. Files such and such are the issues IMHO (if you know what you are talking about).

Example B[edit]

What I did
Navigate to Back-end. Click on "menu_name" Menu.
What happened
Page opened is blank.
What should have happened
Menu should have opened correctly.
Other information
Any other menu works OK. etc.

Real-Life Example[edit]

  • What I did
  1. Started with the sample website.
  2. Added an unpublished article from the back end, with Section=FAQ, Category=General.
  3. In the advanced parameters for the article, set Show Title to "No" and Print, PDF, and Email Icons to "Hide".
  4. Save the article and navigate to front end. Login to the front end as admin and navigate to the Example Pages -> Category Blog menu item.
  • What happened : The newly added article shows but there is no edit icon for the front-end user to click on.
  • What should have happened : The edit icon should show, allowing a front end user to edit this article.
  • Other information : This only happens with the rhuk_milkyway template. By changing this code [code proposed] in file [name and hierarchy of file], line(s) #, the issue looks solved on my settings.

Issue a pull request directly on Joomla!'s GitHub repository[edit]

If you wish to propose a fix by directly providing the code within Joomla! itself, you may do so by issuing a "pull request" in Joomla!'s code repository on GitHub.com, located here: https://github.com/joomla/joomla-cms

This process requires some knowledge regarding Source Control Management systems and Git in particular. If you do know what the Git SCM is and how it works, the process is simple:

  • Sign up for a free GitHub.com account
  • Fork the Joomla! repo
  • Switch to the "staging" branch if you wish to propose a fix for the current Joomla! 3.x release or to the "3.x-dev" branch if you want to propose a fix for the next Joomla! Version 3.x.
  • Add/update the related files in Joomla! in the right branch and the click on the "review & compare" button - more info on this here https://help.github.com/articles/using-pull-requests - to start the "pull request" issuing process.

Extra tips and tricks[edit]

Well-written bug reports are incredibly helpful. However, there's a certain amount of overhead involved in working with any bug tracking system, so your help in keeping our ticket tracker as useful as possible is appreciated. In particular:

  • Do read the FAQ to see if your issue might be a well-known question.
  • Do search the tracker to see if your issue has already been filed.
  • Do ask on bug reporting forums for Joomla 3.x first if you're not sure if what you're seeing is a bug.
  • Do write complete, reproducible, specific bug reports. Include as much information as you possibly can, complete with code snippets, test cases, etc. A minimal example that illustrates the bug in a nice small test case is the best possible bug report.
  • Don't use the tracker system to ask support questions. Use the Joomla! forums, or the #joomla IRC channel on freenode for that.
  • Don't use the trackers to make large-scale feature requests. We like to discuss any big changes to Joomla!'s core on the developers forums before actually working on them.
  • Don't reopen issues that have been marked "not a bug". This mark means that the decision has been made that we can't or won't fix this particular issue. If you're not sure why, please ask on developer forums.
  • Don't use the tracker for lengthy discussions, because they're likely to get lost. If a particular tracker item is controversial, please move discussion to developer forums.

Reporting security issues[edit]

Report security issues to security [at] joomla [dot] org. This is a private list only open to long-time, highly trusted Joomla! developers, and its archives are not publicly readable.

In the event of a confirmed vulnerability in Joomla! itself, we will take the following actions:

  • Acknowledge to the reporter that we've received the report and that a fix is forthcoming. We'll give a rough timeline and ask the reporter to keep the issue confidential until we announce it.
  • Halt all other development as long as is needed to develop a fix, including patches against the current and two previous releases.
  • Determine a go-public date for announcing the vulnerability and the fix. To try to mitigate a possible "arms race" between those applying the patch and those trying to exploit the hole, we will not announce security problems immediately.
  • Publicly announce the vulnerability and the fix on the pre-determined go-public date. This will probably mean a new release of Joomla! but in some cases it may simply be patches against current releases.