Skip to content

Commit 0e35636

Browse files
committed
Update contribution documentation for clarity and consistency
1 parent c250157 commit 0e35636

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

_mydocs/contribute/daxlib-libraries.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ order: /05
99
next_reading: true
1010
---
1111

12-
**TODO**
13-
1) Fork one of the dev-daxlib repos based corresponding to the library name.
14-
2) Apply the change, commit, and submit a Pull Request.
15-
3) Wait for review and approval.
12+
**TO BE COMPLETED**
13+
To contribute to one of the DaxLib open-source libraries maintained by the DaxLib organization, follow these steps:
14+
1. Fork one of the dev-daxlib repos based corresponding to the library name.
15+
2. Apply the change, commit, and submit a Pull Request.
16+
3. Wait for review and approval.

_mydocs/contribute/fork-daxlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Contribute Small Libraries to DAX Lib
4-
menu_title: Small libraries
4+
menu_title: Small Libraries
55
published: true
66
date: 2025-10-17
77
modified: 2025-10-17

_mydocs/contribute/github-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Contribute Medium-Large Libraries to DAX Lib
4-
menu_title: Medium-Large libraries
4+
menu_title: Medium-Large Libraries
55
published: true
66
date: 2025-10-17
77
modified: 2025-10-17

_mydocs/contribute/naming-conventions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: Naming conventions
3+
title: Naming Conventions
44
published: true
55
date: 2025-09-20
66
modified: 2025-09-30
@@ -19,9 +19,11 @@ When creating a new package for DAX Lib, it is important to follow specific conv
1919
- `Contoso.Conversion` - a library of conversion functions published by Contoso.
2020
- `Northwind.Math.Geometry` - a library of geometrical math functions published by Northwind.
2121

22-
2. **Package Folder Name**
22+
2. **Package Folder Name** (⚠️ only for Small Libraries)
2323

2424
- The folder name for your package should be in lowercase letters and use dots to separate different levels of hierarchy.
25+
> **⚠️**
26+
> This naming convention must be manually managed if you create a Small Library by forking the DAX Lib repository. If you create a Medium-Large Library with a dedicated GitHub repository, the folder name will be automatically generated when the package is published to DAX Lib.
2527
2628
Example: for a package named `Contoso.Conversion`, the folder name should be:
2729

0 commit comments

Comments
 (0)