Thank you for considering contributing to our project! We welcome contributions from the community and are excited to collaborate with you.
-
Fork the Repository: Click the "Fork" button at the top right of the repository page to create a copy of the repository in your GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine using the following command:
git clone https://github.com/Skipper-116/ds-ruby.git
-
Create a Branch: Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
-
Make Changes: Make your changes to the codebase. Ensure your code follows the project's coding standards and includes appropriate tests.
-
Commit Changes: Commit your changes with a clear and concise commit message:
git commit -m "Description of the changes made" -
Push Changes: Push your changes to your forked repository:
git push origin feature-or-bugfix-name
-
Create a Pull Request: Go to the original repository and create a pull request from your forked repository. Provide a detailed description of your changes and any related issues.
Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
If you encounter any issues or have suggestions for improvements, please open an issue in the repository. Provide as much detail as possible to help us understand and address the problem.
If you need help or have questions, feel free to reach out by opening an issue or joining our community discussions.
Thank you for your contributions!