Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 1.04 KB

Contributing to this framework

Thank you for your interest in contributing to lightning! Here are some guidelines to help you get started.

Reporting Issues

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

Contributing Code

If you would like to contribute code to this web framework, please follow these steps:

  1. Fork the repository on GitHub
  2. Clone your fork to your local machine
  3. Create a new branch for your changes
  4. Make your changes and commit them with descriptive commit messages
  5. Push your changes to your fork on GitHub
  6. 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.