Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 953 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (23 loc) · 953 Bytes

Thank you for considering contributing to this project! Please follow the guidelines below to help ensure a smooth contribution process.

✨ How to Contribute

  1. Fork the repository.
  2. Create a descriptive branch name:
    git checkout -b implement-ssl-suport
3. Make your changes and commit them with a clear message:
```bash
git commit -m "Add SSL support to the server"

Read the Build

  • Before making any changes, please read the build_and_install.md file to understand how to build and install CWebStudio.

Code Style

  • Follow the existing code style and conventions.
  • Use meaningful variable and function names.
  • Avoid Comments in the code unless extremely necessary.

Before making a Pull Request

Install Silverchain and run:

SilverChain --remove --src src

these will remove all importation to make src clear.