From 794075dc8064ae64503d6dd46bf686e61bba3946 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Thu, 28 Dec 2023 19:35:05 +0200 Subject: [PATCH] Introduce reviewing guide Introduce `REVIEWING.md` file. Signed-off-by: Razvan Deaconescu --- REVIEWING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 REVIEWING.md diff --git a/REVIEWING.md b/REVIEWING.md new file mode 100644 index 0000000..432e056 --- /dev/null +++ b/REVIEWING.md @@ -0,0 +1,17 @@ +# Reviewing Contributions + +These are recommendations when reviewing contributions to the Open Education Hub Methodology repository. +Contributions will mostly take the form of GitHub pull requests (PRs); +issues and discussions are expected as well. + +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. + +Make sure contributions follow the [contribution guide](CONTRIBUTING.md): proper formatting, proper wording, proper styling. +See if the contributions fit into the scope of the repository and solve a problem or add value to it. + +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](https://thenextweb.com/news/github-launches-suggested-changes-to-make-it-easier-to-collaborate-within-pull-requests).