Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.9 KB

File metadata and controls

55 lines (39 loc) · 2.9 KB

Reviewing Contributions

These are recommendations when reviewing contributions to this repository. Contributions will mostly take the form of GitHub pull requests (PRs), issues and discussions are expected as well. Reviewing is important to ensure high quality and consistency of content. As a reviewer, we trust you will vet contributions and provide constructive suggestions to update them to fit the SSS guidelines.

When reviewing contributions, please be civil and welcoming towards contributors. Contributions may not be in the best shape initially, but we appreciate time and effort spent in doing this.

If a contribution is OK, please approve it. In case of a reviewed and approved PR, the assignee will then Rebase and merge the PR.

If a contribution needs work, please make the appropriate comments. For a PR use discussion comments, or comments on the code / text, or directly suggest changes.

Activities / Challenges

Make sure that activities / challenges are of good quality:

  • Difficulty is properly set.
  • The topic of the activity / challenge is appropriate.
  • The provided solution is working.
  • Vulnerability and explanations are easy to understand.

Assets

Check if all of them are used and mentioned in the content. If the assets are not original, make sure their license is compatible to ours and that their source is properly cited. Verify that their names are appropriate and respect the following rules:

  • Use dash between words (e.g. image-name.png).
  • Use only lowercase ASCII characters.

Content

Make sure that the content is of good quality:

  • It follows the general structure of a session.
  • Assets are displayed well.
  • The content has at most one sentence per line.
  • The content is easy to understand.
  • Wording and general spelling are correct.
  • Proper formatting is used (such as bold, italic, typewriter formats).

Working on Pull Requests

You will review contributions as pull requests, following the PR review guidelines from GitHub. Contributions must follow the contributing guidelines.

Add your review as comments and request for changes to the PR until everything is ready to be approved. Add any comments regarding one or more explicit lines as review comments and only publish them together when submitting your review. Do not add each individual suggestion or comment as standalone. Before approving the PR, make sure that all GitHub Actions tests ended successfully. Once approved, either you or someone with proper access rights can use Rebase and merge to merge the PR commits and integrate the contribution.