File size: 516 Bytes
1ae2e8e
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# roblox-cs

![CI](https://github.com/roblox-csharp/roblox-cs/actions/workflows/tests.yml/badge.svg)  
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](https://github.com/roblox-csharp/roblox-cs/fork)
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