You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ Likewise, if users don't know that there is a new feature that you've implemente
372
372
The documentation has to be updated for users to know that things have been changed and added!
373
373
If you are adding a new feature, add `(v10.8.0+)` in the title or description. It will be replaced automatically with the current version number when the release happens.
374
374
375
-
eg: `# Feature Name (v<MERMAID_RELEASE_VERSION>+)`
375
+
eg: `# Feature Name (v10.8.0+)`
376
376
377
377
We know it can sometimes be hard to code _and_ write user documentation.
Copy file name to clipboardExpand all lines: packages/mermaid/src/docs/community/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,7 @@ Likewise, if users don't know that there is a new feature that you've implemente
373
373
The documentation has to be updated for users to know that things have been changed and added!
374
374
If you are adding a new feature, add `(v10.8.0+)` in the title or description. It will be replaced automatically with the current version number when the release happens.
375
375
376
-
eg: `# Feature Name (v<MERMAID_RELEASE_VERSION>+)`
376
+
eg: `# Feature Name (v10.8.0+)`
377
377
378
378
We know it can sometimes be hard to code _and_ write user documentation.
0 commit comments