-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Thank you for considering contributing to the SFCC Web Service Library! Your contributions help make this project better for everyone. Whether youโre reporting bugs, suggesting enhancements, or contributing code, every bit of help is appreciated.
If you find a bug, please report it by opening an issue on our GitHub repository. When reporting a bug, please include:
- A clear and descriptive title.
- A detailed description of the problem, including steps to reproduce the issue.
- Any relevant screenshots or code snippets.
- Information about your environment (e.g., operating system, SFCC version).
If you have an idea for a new feature or an improvement to an existing feature, weโd love to hear from you. Please open an issue and include:
- A clear and descriptive title.
- A detailed explanation of your suggestion, including any use cases or examples.
- Why you believe this enhancement would be beneficial to the project.
If youโd like to contribute code, please follow these steps:
- Go to the repository on GitHub and click the "Fork" button in the top right corner.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/sfcc-web-services.git
- Create a new branch for your work:
git checkout -b feature/your-feature-name
- Make your changes to the codebase. Ensure that your code follows the existing style and includes any necessary documentation.
- If your contribution involves code, please write tests to ensure that your changes work as expected and do not break existing functionality.
- Commit your changes with a descriptive commit message:
git commit -m "Add feature: your-feature-name"
- Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
- Go to the original repository and submit a pull request from your fork. Please include a clear description of the changes and any relevant information.
Please note that all contributors are expected to adhere to our Code of Conduct. This ensures that our community remains welcoming and inclusive for everyone.
If youโd like to contribute to the projectโs documentation (including the Wiki), you can either edit the Wiki directly (if allowed) or submit a pull request with your changes.
If you have any questions about contributing, feel free to open an issue or reach out via the repositoryโs discussion forum. Weโre here to help!