SameSite Wiki
Stable
This page explains how you can contribute to the SameSite wiki.
Contribution Guidelines
The Wiki source files reside in the /docs
diretory in our GitHub repository.
Pull Requests. For any contribution, please submit a pull request. To do that, please follow the steps below:
- Fork the repository.
- Make your changes and put them into a pull request.
- Submit the pull request of the branch to
master
.
GitHub Issues. For any suggestions or feedback, please create a new issue in the main repository where you can explain the issue about the current version of the wiki.
Wiki Theme
This repository uses the Jekyll just-the-docs dark theme.
Local Build
Docker: You can build and run this Wiki inside a Docker container with:
$ docker-compose up
Host Machine: alternatively, you can build it inside your host machine with:
$ gem install just-the-docs
$ bundle exec jekyll serve
For more information, please refer to the official just-the-docs and Jekyll documentations.
Code of Conduct
For any contribution, we kindly ask you to follow the contributors’ code of conduct.
Acknowledgements
Coming soon
We will acknowledge all users who have contributed content here. More details on the acknowledgements will be provided soon.