Back-ticks around non-word term

This commit is contained in:
Sean Killeen 2022-10-07 21:06:02 -04:00
parent b9fcb66d28
commit ab2e727db9
1 changed files with 2 additions and 2 deletions

View File

@ -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)