From 5def9a499d5a4d9404307c5882c24238a9562411 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Fri, 28 May 2021 10:18:59 +0300 Subject: [PATCH] chore: update repository templates (#601) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3b93242f..e0ca99a39 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 Fosite](https://github.com/ory/ory/fosite/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.