Contribution Guide
Thank you for your interest in contributing to Stellar-ServiceSphere! We appreciate your help in improving the platform and making it more efficient for users. Please follow the guidelines below to contribute effectively.
How to Contribute
- Fork and Clone the Repository
Fork the repository by clicking the "Fork" button on the GitHub page.
Clone your forked repository:
git clone https://github.com/Servora/Stellar-ServiceSphere.git
cd Stellar-ServiceSphere
- Create a New Branch
Create a branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
- Install Dependencies
Ensure you have Node.js and Yarn installed.
Install dependencies:
yarn install # or npm install
- Make Your Changes
Implement your feature or fix the bug.
Follow the coding style of the project.
Run tests before committing.
yarn test # or npm test
- Commit Your Changes
Write meaningful commit messages:
git commit -m "Add feature X to improve Y"
- Push and Open a Pull Request
Push your changes to your fork:
git push origin feature-or-bugfix-name
Open a Pull Request (PR) from your forked repository to the main repository.
Provide a clear description of your changes in the PR.
Code of Conduct
Be respectful and constructive in discussions.
Follow best coding practices and documentation standards.
Ensure your contributions align with the project's goals.
Reporting Issues
If you find a bug or have a suggestion, please open an issue:
Go to GitHub Issues.
Describe the issue clearly and provide steps to reproduce if applicable.
Need Help?
For any questions, feel free to reach out via:
Email: [email protected]
GitHub Discussions
Happy coding! 🚀