From 9c7034329aa36b3eba71e70be63c2967b9c33735 Mon Sep 17 00:00:00 2001 From: Ibragimov Ruslan <493656+IRus@users.noreply.github.com> Date: Wed, 24 Mar 2021 19:40:54 +0300 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 00000000..f1b7e3f0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +### Don't edit index.md directly! + +### To sign, create a file in `_data/signed/` named `.yaml` with the following content: + +```yaml +name: +link: +``` + +### Example + +```yaml +name: Richard Matthew Stallman +link: https://stallman.org/ +```