From 1d7c8f6ad80420589e278063bbb0230cef3a1824 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Mon, 25 Dec 2023 23:40:33 +0200 Subject: [PATCH] .github: Add pull request template Add quick checklist for creating a PR. Written in Markdown, it is to be used for new PRs created for the repository. Signed-off-by: Razvan Deaconescu --- .github/pull_request_template.md | 15 +++++++++++++++ CONTRIBUTING.md | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6f4f2be --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +# Prerequisite Checklist + + + +- [ ] Read the [contribution guidelines](https://github.com/open-education-hub/ccas-internal/blob/main/CONTRIBUTING.md#pull-requests) regarding submitting new changes to the project; +- [ ] Tested your changes against relevant architectures and platforms; +- [ ] Updated relevant documentation (if needed). + +## Description of changes + + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b51072..63ec1f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Contributing to the CCAS OER +# Contributing to the `CCAS` OER -These are recommendations when contributing to the contents of the Computing and Calculus for Advanced Statistics (CCAS) OER repository. +These are recommendations when contributing to the contents of the Computing and Calculus for Advanced Statistics (`CCAS`) OER repository. They consider contributions to both actual content (mostly Markdown) and support code made via Git. ## First Steps