Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 516 Bytes

roblox-cs

CI
Roblox CSharp to Lua compiler

Contributing

This section only applies for the rewrite branch currently, I will not accept PRs on the master branch!

  1. Fork it
  2. Commit your changes (git commit -m 'feat: add some feature')
  3. Test your code (dotnet test or Ctrl + R, A in Visual Studio)
  4. Push your changes (git push)
  5. Create a pull request