Skip to content

Commit

Permalink
.github: Add pull request template
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
razvand committed Dec 25, 2023
1 parent 02c40d5 commit 1d7c8f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Prerequisite Checklist

<!--
Please mark items appropriately:
-->

- [ ] 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

<!--
Please provide a detailed description of the changes made in this new PR.
-->
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1d7c8f6

Please sign in to comment.