From e494e2dc56638b0914a09d61e4a2f4efe7daf2ad Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Fri, 7 Oct 2022 21:06:11 -0400 Subject: [PATCH] Revert "Back-ticks around non-word term" This reverts commit ab2e727db9530b62f02cff618abf2ba293b91187. --- packages/mermaid/src/docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/development.md b/packages/mermaid/src/docs/development.md index 37abe85ae..80edb7719 100644 --- a/packages/mermaid/src/docs/development.md +++ b/packages/mermaid/src/docs/development.md @@ -22,9 +22,9 @@ This means that **you should branch off your pull request from develop** and dir ## Contributing Code -We make all changes via Pull Requests. As we have many Pull Requests from developers new to mermaid, we have put in place a process, wherein _`knsv`, Knut Sveidqvist_ is the primary reviewer of changes and merging pull requests. The process is as follows: +We make all changes via Pull Requests. As we have many Pull Requests from developers new to mermaid, we have put in place a process, wherein _knsv, Knut Sveidqvist_ is the primary reviewer of changes and merging pull requests. The process is as follows: -- Large changes reviewed by `knsv` or other developer asked to review by `knsv` +- Large changes reviewed by knsv or other developer asked to review by knsv - Smaller, low-risk changes like dependencies, documentation, etc. can be merged by active collaborators - Documentation (we encourage updates to the `src/docs` folder; you can submit them via direct commits)