From 1e8a5eb54d5d05cb4a43adab77b0d806c61739c6 Mon Sep 17 00:00:00 2001 From: Quentame Date: Sat, 21 Mar 2020 14:49:32 +0100 Subject: [PATCH] Add code samples (#251) * Add "Documentation or code sample" in PR template "Type of change" --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CODE_SAMPLES.md | 117 +++++++++++++++++++++++++++++++ README.rst | 6 ++ 3 files changed, 124 insertions(+) create mode 100644 CODE_SAMPLES.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a73ecc..8fbb089 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,6 +36,7 @@ - [ ] New feature (which adds functionality to an existing service) - [ ] Breaking change (fix/feature causing existing functionality to break) - [ ] Code quality improvements to existing code or addition of tests +- [ ] Documentation or code sample ## Example of code: