CONTRIBUTING.md
Contributing to the Repository
Welcome to the project! We appreciate your interest in contributing to the project. Whether you're reporting issues, suggesting enhancements, or submitting code changes, your contributions are valuable.
Getting Started
To get started, follow these steps:
Fork the repository by clicking the "Fork" button at the top of the repository page.
Clone your forked repository to your local machine
git clone https://github.com/your-username/dotfiles.git
cd dotfiles
- Create a new branch for your contributions:
git checkout -b feature/your-feature-name
Making Changes
Make the necessary code changes and improvements in your branch.
Commit your changes with a meaningful commit message:
git commit -m "feat(feature-name): add new feature"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Create a pull request (PR) by navigating to the original repository and clicking the "New Pull Request" button. Provide a clear title and description for your PR.
Reporting Issues
If you encounter any issues or bugs in the project, please create an issue on the repository. Provide as much detail as possible, including the steps to reproduce the issue.
Code of Conduct
We adhere to the Code of Conduct for maintaining a respectful and welcoming environment for all contributors.
License
By contributing to this project, you agree that your contributions will be licensed under the LICENSE of the project.
Contact
If you have any questions or need assistance, feel free to reach out to us through the project's issue tracker.
Thank you for contributing to the Repository! 🎉