Skip to content

Commit 99adf4e

Browse files
author
Mohammod Al Amin Ashik
committed
adds contributing.md file
1 parent 0c6bd74 commit 99adf4e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CONTRIBUTING.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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!

0 commit comments

Comments
 (0)