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
Next revisionBoth sides next revision
dev:source_code [2019/07/25 01:48] – Add Zotero Connector repo link and remove "for Chrome" from the title adomasvendev:source_code [2019/08/29 06:49] – [Working with the Zotero Source Code] dstillman
Line 13: Line 13:
  
 Zotero source code is hosted [[https://github.com/zotero|on GitHub]]. Zotero source code is hosted [[https://github.com/zotero|on GitHub]].
- 
-== Branches and Tags == 
- 
-Zotero's Git repositories often have multiple branches for different lines of development. The default branch, ''master'', is the main development branch where development is most active and where most new features are first introduced. Because of this, ''master'' code may be less stable and may be riskier for production use. Once a major version has been out for a while, a branch is created, and that branch then receives mostly bug fixes and small changes. When a release is made (e.g., Zotero 5.0.30), a snapshot of the relevant code is tagged with its version number. See Git documentation for more information on working with branches and tags. 
  
 ==== Third-Party Components ==== ==== Third-Party Components ====
Line 27: 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.
Line 55: Line 51:
 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 ====
dev/source_code.txt · Last modified: 2023/05/22 04:01 by dstillman