We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3805fa commit ce0f3e1Copy full SHA for ce0f3e1
README.md
@@ -215,6 +215,12 @@ Please read the [Pull Request (PR) Process](https://github.com/konveyor/release-
215
section of the [Konveyor versioning and branching doc](https://github.com/konveyor/release-tools/blob/main/VERSIONING.md)
216
for more information.
217
218
+## File Naming Conventions
219
+
220
+- Use kebab-case for file names.
221
+- The root page/parent level components are placed directly in their respective directories.
222
+- Presentation layer components are placed within the `components/` subdirectory of the parent component.
223
224
# Contributing
225
226
We welcome contributions to this project! If you're interested in contributing,
0 commit comments