File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to Sitecore Marketplace SDK
2
+
3
+ Thank you for your interest in contributing! We welcome contributions from the community to help improve this project.
4
+
5
+ ## How to Contribute
6
+
7
+ 1 . ** Fork the repository** and create your branch from ` main ` .
8
+ 2 . ** Install dependencies** using ` pnpm install ` .
9
+ 3 . ** Make your changes** in a new branch.
10
+ 4 . ** Write and run tests** to ensure your changes are correct.
11
+ 5 . ** Submit a pull request** with a clear description of your changes.
12
+
13
+ ## Code Style
14
+
15
+ - Follow the existing code style and conventions.
16
+ - Use TypeScript for all new code.
17
+
18
+ ## Commit Messages
19
+
20
+ - Use clear, descriptive commit messages.
21
+ - Reference related issues when applicable.
22
+
23
+ ## Changesets
24
+
25
+ - All pull requests must include a [ changeset] ( https://github.com/changesets/changesets ) describing the changes.
26
+ - To add a changeset, run:
27
+ ``` sh
28
+ pnpm changeset
29
+ ```
30
+ - If your PR does not affect published packages (e.g., docs-only or CI changes), add an empty changeset by running:
31
+ ``` sh
32
+ pnpm empty-changeset
33
+ ```
34
+
35
+ ## Reporting Issues
36
+
37
+ - Use the issue tracker to report bugs or request features.
38
+ - Provide as much detail as possible.
39
+
40
+ ## Code of Conduct
41
+
42
+ - Be respectful and inclusive.
43
+ - Follow the [ Sitecore Code of Conduct] ( https://github.com/Sitecore/.github/blob/main/CODE_OF_CONDUCT.md ) .
44
+
45
+ ## Questions?
46
+
47
+ If you have any questions, open an issue or start a discussion.
48
+
49
+ Thank you for helping make this project better!
You can’t perform that action at this time.
0 commit comments