Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1367] Guide on how to submit a PR to the Alloy repo

GitHub Issuen/a
TypeStory
PriorityMedium
StatusResolved
ResolutionWon't Do
Resolution Date2016-05-02T23:26:15.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsnotable
ReporterFeon Sua Xin Miao
AssigneeFokke Zandbergen
Created2016-03-11T19:27:09.000+0000
Updated2016-05-02T23:26:15.000+0000

Description

We don't have a concise developer guide for Alloy. It would be great if there is a page that provides step by step guide for anyone who wants to contribute to Alloy. Some of the basic requirement for a PR to warrant a review: 1. Sign the CLA 2. Link to JIRA ticket 3. Include test app 4. All tests should pass 5. Code Conventions, this would be solved by integrate a linter.

Comments

  1. Fokke Zandbergen 2016-03-29

    Some scripts that really we should wrap in simple NodeJS script: *How to create a test app* node tools/create_test.js TICKET *How to run a single test app* jake app:run dir=testing/TICKET *How to generate known good code for a test app* node tools/create_generated_code.js testing/TICKET *How to test a single test app compile* app=testing/TICKET jake test:spec\[compile.js\] *How to test a single test app plus Alloy* app=testing/TICKET jake test:all *How to test all* jake test:all
  2. Chee Kiat Ng 2016-04-21

    [~fmiao] i think this should go to TIDOCS? [~bimmel] fyi.
  3. Fokke Zandbergen 2016-05-02

    [~cng] It sure should, but it needs some more work/thoughts and ideally we'd improve the scripts to simplify. But then, since [~cbarber] is moving Alloy into Titanium this all might be old news soon.
  4. Chris Barber 2016-05-02

    I wouldn't put any energy into this. Instead I would clean up the TiSDK contributor guide, of which there is a ticket for somewhere.
  5. Chee Kiat Ng 2016-05-02

JSON Source