Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/get-involved/development_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ one operating system.

* We will use [semantic versioning](https://semver.org/) for all projects.

## Pull requests
## Pull requests (PRs)
- Please submit _draft_ pull requests as early as possible (you can still push to the branch once submitted) to
allow for discussion.
- Please ensure that the title of your PR clearly explains its purpose. The "why" is more important than the "how"
(which should be clear from the code and the PR description). We do not use any standards such as
[Conventional Commits](https://www.conventionalcommits.org) so PR titles should not include this metadata.
- One approval of a PR is enough for it to be merged.
- Unless someone approves the PR with optional comments, the PR can be immediately merged by the approving reviewer.
- Please merge via "Squash and Merge" on GitHub to maintain a clean commit history.
Expand Down
Loading