Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC Introduce feature availability requirement
Provides guidance on including a flag when new documentation is only
relevant as of a minor release.
  • Loading branch information
Cheddam committed Apr 21, 2024
commit a92cd698c80b31b072fb66d1d47c20a6a53bb0d2
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
- [ ] The commit messages follow our [commit message guidelines](https://docs.silverstripe.org/en/contributing/code/#commit-messages)
- [ ] The PR follows our [contribution guidelines](https://docs.silverstripe.org/en/contributing/documentation/)
- [ ] The changes follow our [writing style guide](https://docs.silverstripe.org/en/contributing/documentation/#writing-style)
- [ ] Changes that are only effective from a certain minor version have an Info box flagging as such
- [ ] Code examples follow our [coding conventions](https://docs.silverstripe.org/en/contributing/coding_conventions/)
- [ ] CI is green
1 change: 1 addition & 0 deletions en/10_Contributing/02_Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ documenting, there shouldn't be any "frequently asked questions" left.
- When referencing directories, always add a trailing slash to avoid confusions with regular files.
- "Silverstripe CMS" is used to refer to the Silverstripe CMS open source project as a whole.
- "Silverstripe" is used to refer to the company, where appropriate.
- When writing about a change introduced in a minor/patch release, include an Info box that declares the version it is relevant from, e.g. "This feature is available from version 5.2."

## Extended markdown syntax

Expand Down