Thank you for your interest in contributing to the platformOS documentation! Our docs are a tool for our community, so we strive to ensure they serve you well. We always welcome any kind of contribution to our documentation: we value your feedback, and appreciate any improvement suggestions or extensions.
Create an issue with your finding.
Go to the file you would like to change, click edit and commit changes on the GitHub UI.
- Fork the repository.
- Install dependencies (NPM).
- Change something or add a new topic. Please check if a template is already available for the type of content you’d like to contribute. We have prepared templates for most content on our documentation page, to make contribution easier, and to ensure the consistency of contributed content. Please make sure to follow our style guide.
- Create a pull request.
- We review your changes, and either get back to you with our feedback, or merge your changes.
Thank you to all our contributors!
pavelloz | diana-lakatos | piotrze | lemingos | Slashek | kv109 |
godot | ignacy | chrisdanek | DeanmvSG | digitalfuel | onecreative |
kubaugustyn | JJBragg | juliennearme | streflik | mjaneczek | Agsiegert |
Developer-DNM | szabosteve |
- nodejs 8.10 and abovee
- npm 6.1 and above
npm ci # installs local dependencies
npm start # runs webpack in watch mode
npm run build # runs webpack in production mode
We are using testcafe to run E2E tests
npm install -g testcafe
npm run test-local # uses headless chrome. use `npm run` for details