Thank you for your interest in contributing to Nixify! By participating in this project.
We welcome contributions from the community. To get started, follow these steps:
Click on the "Fork" button on the top right corner of the repository page to create a copy of the project in your GitHub account.
Clone the forked repository to your local machine using the following command:
git clone https://github.com/your-username/Nixify.git
Replace your-username
with your GitHub username and the name of the project.
Create a new branch for your contribution:
git checkout -b feature/your-feature
Use a descriptive branch name that reflects the nature of your contribution.
Make your desired changes to the codebase. Ensure that your changes follow the project's coding conventions and guidelines.
Run any relevant tests to ensure that your changes do not introduce new issues.
Commit your changes with a clear and concise commit message:
git commit -m "Add your commit message here"
Push your changes to your forked repository:
git push origin feature/your-feature
Visit the original repository on GitHub and click on the "New Pull Request" button. Provide a meaningful title and description for your pull request.
Your pull request will undergo a code review process. Be responsive to any feedback and make necessary changes.
Once your pull request is approved, it will be merged into the main branch. Congratulations on your contribution!
If you have any questions or need further clarification, feel free to reach out to us through GitHub Issues.
Thank you for contributing to Nixify!