👋 Welcome! We appreciate your interest in contributing to the SSO Service. Whether you want to report a bug, suggest an enhancement, or contribute code, we're thrilled to have you as part of the community.
-
Fork the SSO Service repository.
-
Clone your forked repository to your local machine:
git clone https://github.com/priyanshuverma-dev/sso-service.git cd sso-service
-
Install the project dependencies:
yarn
-
Create a branch for your changes:
git checkout -b feature/your-feature
-
If you are fixing a bug, please provide steps to reproduce it.
-
Ensure your code follows the project's coding standards.
-
Write tests to cover your changes.
-
Run tests locally to ensure your changes do not introduce new issues:
yarn test
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
Open a pull request against the main repository's
main
branch. -
Provide a clear and concise description of your changes.
-
Ensure your pull request passes the automated CI checks.
This project follows the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to priyanshu.creator@hotmail.com.
If you have questions or want to discuss ideas, feel free to open an issue or join our community discussions.
Thank you for contributing!