Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feat/my-feature - Make your changes
- Run the build and tests locally
- Submit a pull request
git clone https://github.com/embeddedos-org/eBrowser.git
cd eBrowser
cmake -B build
cmake --build build
ctest --test-dir build --output-on-failure- Standard: C11
- Warnings:
-Wall -Wextramust compile clean - Naming:
snake_casefor all identifiers - Types: Use
<stdint.h>types
Follow Conventional Commits:
feat: add new feature
fix: resolve bug
docs: update documentation
By contributing, you agree that your contributions will be licensed under the MIT License.