<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello Andrew,</p>
    <p>I would start by reading
      <a class="moz-txt-link-freetext" href="https://github.com/graalvm/graaljs/blob/master/CONTRIBUTING.md">https://github.com/graalvm/graaljs/blob/master/CONTRIBUTING.md</a></p>
    <p>AFAIK all graalvm projects follow the github flow
      <a class="moz-txt-link-freetext" href="https://guides.github.com/introduction/flow/">https://guides.github.com/introduction/flow/</a> and PRs should be
      opened against the master branch.<br>
    </p>
    <p>HTH</p>
    <p>Foivos<br>
    </p>
    <div class="moz-cite-prefix">On 24/10/2020 14:50, Андрей Костюк
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJdxj6b_+CA09cPxSr03PBfiqmzgcONU6q1H4AeP2bY5kRXjPA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hello team!<br>
        <br>
        I have implemented the "map access" functionality, example:<br>
        <br>
        ```<br>
        var HashMap = Java.type('java.util.HashMap');<br>
        <br>
        let map = new HashMap();<br>
        map.put('name', 'Tom');<br>
        map.put('age', 12);<br>
        <br>
        print(map['name']); // =&gt; Tom<br>
        print(map.age);     // =&gt; 12<br>
        ```<br>
        <br>
        Related issues:<br>
        <a href="https://github.com/graalvm/graaljs/issues/143"
          moz-do-not-send="true">https://github.com/graalvm/graaljs/issues/143</a><br>
        <a href="https://github.com/graalvm/graaljs/issues/302"
          moz-do-not-send="true">https://github.com/graalvm/graaljs/issues/302</a><br>
        <br>
        The changes affected two repositories:<br>
        <a href="http://github.com/graalvm/graaljs.git"
          moz-do-not-send="true">github.com/graalvm/graaljs.git</a><br>
        <a href="http://github.com/oracle/graal.git"
          moz-do-not-send="true">github.com/oracle/graal.git</a><br>
        <br>
        I branched from brunches:<br>
        `release/graal-vm/20.2`<br>
        <br>
        Can you please tell me what is your git &amp; release flow and
        in which branches to make pull requests?<br>
        What's the best way to do this?<br>
        <br>
        Thanks!<br clear="all">
        <div><br>
        </div>
        -- <br>
        <div dir="ltr" class="gmail_signature"
          data-smartmail="gmail_signature">Best regards, Andrew Kostyuk</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
GraalVM-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraalVM-Dev@oss.oracle.com">GraalVM-Dev@oss.oracle.com</a>
<a class="moz-txt-link-freetext" href="https://oss.oracle.com/mailman/listinfo/graalvm-dev">https://oss.oracle.com/mailman/listinfo/graalvm-dev</a></pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Foivos Zakkak
Senior Software Engineer, R&amp;D Middleware
Red Hat
7B40 69D9 29BA AE91 C0B3 220A 0846 BFD1 03F0 4EA1</pre>
  </body>
</html>