-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description and a test case demonstrating the expected behavior that is not occurring.
-
If possible, use the relevant bug report templates to create the issue.
- Try and provide a backtrace if possible.
- You can do this by piping Luminol's output into a file and causing the crash.
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
We do not generally accept these sorts of changes unless they substantially fix readability.
-
If you are adding a feature, check that it has not been suggested by searching on GitHub under Issues. If it hasn't, please open an issue for proper discussion.
-
After there is a consensus on the new feature, you are free to make a pull request.
As a general rule of thumb we use conventional commits for commit messages. It's okay if you miss it occasionally though!
You can use the Conventional Commits Visual Studio Code extension to automatically write conventional commit messages for you.
- Ask any question about code design in the discord server.