Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:source_code [2019/08/29 06:48] – [Code Repositories] dstillmandev:source_code [2024/04/21 22:50] (current) – [Issue Tracking] dstillman
Line 1: Line 1:
 ====== Zotero Source Code ====== ====== Zotero Source Code ======
  
-**Note:** If you do not plan to make any code changes yourself, and only wish to run the latest prerelease versions of Zotero, you can just install a [[/support/dev_builds|development build]].+**Note:** If you do not plan to make any code changes yourself, and only wish to run the latest prerelease versions of Zotero, you can just install a [[/support/beta_builds|beta build]].
  
  
Line 23: Line 23:
 ===== Issue Tracking ===== ===== Issue Tracking =====
  
-We don't use GitHub Issues for bug reports or feature requests regarding the Zotero client or website. Please post all such requests to the [[/forum|Zotero Forums]], where Zotero developers and many others can help. Keeping product discussions in the Zotero Forums allows the entire Zotero community to participate, including domain experts that can address many questions better than Zotero developers.+We don't use GitHub Issues for bug reports or feature requests regarding the Zotero client or website. Please post all such requests to the [[/forum|Zotero Forums]], where Zotero developers and many others can help. Keeping product discussions in the Zotero Forums allows the entire Zotero community to participate, including domain experts that can address many questions better than Zotero developers. See [[:zotero_support|How Zotero Support Works]] for more information.
  
 For confirmed bugs or agreed-upon changes, Zotero developers will create new issues in the relevant repositories. For confirmed bugs or agreed-upon changes, Zotero developers will create new issues in the relevant repositories.
- 
-Zotero developers previously used [[/trac|Trac]] as a source code browser and internal issue tracker, and very old tickets are still archived there. 
 ===== Working with the Zotero Source Code ===== ===== Working with the Zotero Source Code =====
  
-==== Zotero Client ====+==== Zotero ====
  
-See [[dev/client coding/Building the Standalone Client|Building the Zotero Client]].+See [[dev/client coding/building_the_desktop_app|Building the Desktop App]].
  
 === Zotero Connector === === Zotero Connector ===
Line 51: Line 49:
 After making changes, click Reload for the Connector entry in the Chrome Extensions pane and reload any open pages where you want to use the Connector. (If ''gulp'' isn't running, you'll need to run ''./build -d'' after each change.) After making changes, click Reload for the Connector entry in the Chrome Extensions pane and reload any open pages where you want to use the Connector. (If ''gulp'' isn't running, you'll need to run ''./build -d'' after each change.)
  
-See the [[https://github.com/zotero/zotero-connectors|Zotero Connector github repo]] for more details.+See the [[https://github.com/zotero/zotero-connectors|Zotero Connector GitHub repo]] for more details.
  
 ==== Contributing patches ==== ==== Contributing patches ====
  
-The preferred way to contribute code is to fork the relevant Git repository, commit your changes, and send [[http://help.github.com/send-pull-requests/|pull request]].+The preferred way to contribute code is to fork the relevant Git repository, commit your changes, and submit a pull request on GitHub.
  
 See [[dev:client_coding|Client Coding]] for more information on coding for Zotero. See [[dev:client_coding|Client Coding]] for more information on coding for Zotero.
dev/source_code.1567075691.txt.gz · Last modified: 2019/08/29 06:48 by dstillman