Thank you for your interest in contributing to lightning
! Here are some guidelines to help you get started.
If you encounter any issues or bugs with lightning, please submit an issue on GitHub. When submitting an issue, please include the following information:
- A brief summary of the issue
- Steps to reproduce the issue
- Expected behavior
- Actual behavior
- Screenshots or error messages, if applicable
If you would like to contribute code to this web framework, please follow these steps:
- Fork the repository on GitHub
- Clone your fork to your local machine
- Create a new branch for your changes
- Make your changes and commit them with descriptive commit messages
- Push your changes to your fork on GitHub
- Submit a pull request to the main repository
Please make sure that your code follows the Go Code Review Comments and that your changes include tests.