The Redactive Application, Docs & Samples
├──
.devcontainer
— Docker dev container configuration
├──
.github
— GitHub configuration including CI/CD workflows
├──
.vscode
— VS Code configuration
├──
protos
— Redactive gRpc protocol
├──
sdks
— Redactive SDKs
├──
.pre-commit-config.yaml
— Pre-commit hooks
└──
.prettierrc.yaml
— Prettier configuration
This repository is configured to run formatting, testing, linting with pre-commit hooks. Read .pre-commit-config.yaml
for more details.
- Fork the Repository: Click the "Fork" button on the repository's GitHub page.
- Clone Your Fork: Clone the forked repository to your local machine.
- Create a New Branch: Create and switch to a new branch for your changes.
- Make Changes: Make your changes, then stage and commit them.
- Push the Changes: Push your branch to your forked repository.
- Create a Pull Request: On GitHub, open a pull request from your branch to the Redactive repository's main branch.
- Respond to Feedback: Make any requested changes and push them to your branch.
- Ensure quality checks pass.
- Ensure the build process passes.
- Reviewer reviews and responds to code changes.
- Reviewer merges approved code changes.