Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
extensions_tutorial [2019/12/12 20:01] – [Referencing XC=BASIC symbols in assembly language] neilsextensions_tutorial [2019/12/12 20:14] (current) – [Referencing XC=BASIC symbols in assembly language] neils
Line 91: Line 91:
     return result!     return result!
   endfun   endfun
 +
 +===== Publishing your extension =====
 +
 +When you're done with your extension, please follow these steps:
 +
 +  - Test all functions and commands carefully. Write a detailed test program
 +  - Name your extension ''xcb-ext-<extension_name>.bas''
 +  - Write a detailed documentation to let users know how to use the extension
 +  - Create a GitHub repo with this name: ''xcb-ext-<extension_name>'', upload your files and notify me in email (feketecsaba [at] gmail) about the new extension and I'll add it to the ''extensions/'' folder as a submodule
 +