Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

50 lines (32 loc) · 1.23 KB

Contributing to the Project

Thank you for considering contributing to the Config Files Manager project! 🎉

To contribute to this project, you can follow these steps

Fork the Repository: Click the "Fork" button at the top right to create your own copy.

Clone the Repository: Copy the repository URL, open your terminal, and run:

git clone https://github.com/abdulrahmanDev1/config-files-manager

Navigate to the Repository and Install Dependencies:

cd config-files-manager
pnpm install

Create a New Branch: Create a new branch to work on your changes:

git checkout -b <branch-name>

Make Your Changes: make your modifications, and save.

Commit Your Changes: Add and commit your changes:

git commit -m "Add a simple explanation for contributing"

Add a changeset: run the following command to add a changeset:

pnpm changeset

Push Your Changes: Push your changes to your forked repository:

git push origin <branch-name>

Create a Pull Request: Go to the original repository on GitHub, click "Pull requests," then "New pull request." Compare changes, add a title/description, and submit.

Thank you for your contribution! 🎉