Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Contributing code and pull requests

Discussion in 'EditorXR' started by grimunk, Jan 1, 2017.

  1. grimunk

    grimunk

    Joined:
    Oct 3, 2014
    Posts:
    274
    I have been search around and haven't found out if there is any kind of policy regarding pull requests for EditorVR. I know that UnityTestTools has a pull request policy for community contributions - is there such a plan for EditorVR? If not, will there be?
     
  2. amirebrahimi_unity

    amirebrahimi_unity

    Joined:
    Aug 12, 2015
    Posts:
    400
    There currently isn't a policy yet, however, we have our own internal policy at Unity for code conventions. More will be forthcoming, but in the meantime, you're welcome to initiate pull requests. I'd suggest a pull request to dev/main right now (although we have a plan to switch up some of the branch naming conventions soon).
     
  3. grimunk

    grimunk

    Joined:
    Oct 3, 2014
    Posts:
    274
    Thanks! Standard github workflow it is.

    From what I can see it looks like you guys are following something like the Java coding convention. It is very much like ours.