Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 864 Bytes

File metadata and controls

20 lines (12 loc) · 864 Bytes

How to contribute

Thank you for reading this. I'd love to have more interest and volunteer developers to help build Luxelot.

I am actively looking for like-minded (pro-privacy, pro-C# right now) people who want to chat more.

If you haven't already, come find us in Matrix (Luxelot on matrix.org).

Submitting changes

Please send a GitHub Pull Request to Luxelot with a clear list of what you've done (read more about pull requests).

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Thanks, Sean McElroy