Thank you for considering contributing to this project! Please follow the guidelines below to help ensure a smooth contribution process.
- Fork the repository.
- 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"
- Before making any changes, please read the build_and_install.md file to understand how to build and install CWebStudio.
- Follow the existing code style and conventions.
- Use meaningful variable and function names.
- Avoid Comments in the code unless extremely necessary.
Install Silverchain and run:
SilverChain --remove --src src
these will remove all importation to make src clear.