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/ +```