Skip to content

Commit 671bb5b

Browse files
authored
Add testing dev packages section to CONTRIBUTING.md
Added a section on testing dev packages in the CONTRIBUTING.md file.
1 parent 303758b commit 671bb5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ Before creating a Pull Request, please start a Discussion or open an Issue to de
3636

3737
---
3838

39+
## 🧪 Testing Dev Packages
40+
41+
When you open a pull request, our CI pipeline automatically builds and publishes a dev package to NuGet.org after a successful build. This allows you to test your changes before they are merged.
42+
43+
**Version Format:** `0.0.{buildnumber}-dev` (e.g., `0.0.1234-dev`)
44+
45+
---
46+
3947
## 📝 Code Style
4048

4149
- Follow the existing coding conventions and structure.

0 commit comments

Comments
 (0)