Bug tracker import code/adding a bug tracker (moved): Difference between revisions

(Created page with '== About this page == There are other pages about our bug tracker import code. == Step by step == === Clone the repository === You will need to have a local copy of our g…')
 
Line 22:
 
Each file has two parts...
 
* '''One simple bit of code per project bug tracker we download data from''': This is what you want. It's usually toward the end of the file. This is usually a five-line Python class.
* '''The raw code that goes out to the network and fetches data''': This is probably not what you want.
 
To add a new bug tracker, take an existing bug tracker's short code snippet and copy-paste it, adjusting what you need to adjust. You'll definitely need to change the project name, and you'll probably need to provide URLs for fetching a list of bugs to import.
 
=== Submit a patch ===
Anonymous user