Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

42 lines (35 loc) · 1.69 KB

Contributing to Rust Projects and Documentation

Thank you for considering contributing to our Rust codes and documentation repository! We welcome all contributions, whether it’s fixing bugs, adding new features, improving documentation, or any other enhancements.

How to Contribute

1. Fork the Repository

Fork the repository to your own GitHub account by clicking the “Fork” button at the top right of the repository page.

2. Clone the Repository

Clone the forked repository to your local machine:

git clone https://github.com/SjxSubham/Hacktoberfest-Rust.git

3. Create a Branch

Create a new branch for your changes:

git checkout -b feature/your-feature-name

4. Make Changes

Make your changes in the new branch. Ensure your code follows the project’s coding standards and passes all tests.

5. Commit Your Changes

Commit your changes with a clear and descriptive commit message:

git add .
git commit -m "Add detailed description of your changes"

6. Push to GitHub

Push your changes to your forked repository:

git push origin feature/your-feature-name

7. Create a Pull Request

Create a pull request from your branch to the main repository. Provide a detailed description of your changes and any relevant information.

Code of Conduct

Please read and follow our Code of Conduct to ensure a welcoming and inclusive environment for everyone.

Reporting Issues

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.

Thank you for your contributions! HAPPY HACKTOBER...