From 0e45bd862104ccf2c35aaf670fed47b16f929a2c Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Fri, 28 May 2021 10:19:06 +0300 Subject: [PATCH] chore: update repository templates (#270) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3dc52a2..165201f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -196,6 +196,8 @@ request, go through this checklist: command and confirm that it passes. 1. Run `gofmt -s` (if the project is written in Go). 1. Ensure that each commit has a subsystem prefix (ex: `controller:`). + [List of subsystem prefixes for Dockertest](https://github.com/ory/ory/dockertest/blob/master/.github/semantic.yml) + (if applicable). Pull requests will be treated as "review requests," and maintainers will give feedback on the style and substance of the patch.