π§βπ» Your trusted hub for Free developer resources. Discover tutorials, documentation, code libraries, tools, and developer communities, all in one place.
Thanks for your interest in contributing to our repository! We welcome all contributions from the community. To get started, follow these steps:
-
Fork the Repository
To contribute to this repository, you'll need to create a copy of the repository on your own GitHub account. This process is called forking.
To fork the repository, click the "Fork" button at the top right corner of the repository page.
-
Clone the Repository
After forking the repository, you need to clone it to your local machine. To clone the repository, open a terminal and run the following command:
git clone <https://github.com/yossTheDev/devplace.git>
-
Create a New Branch
Before making any changes, create a new branch for your changes. This will help keep the main branch clean and make it easier to manage changes. To create a new branch, run the following command:
git checkout -b [your-github-name]
-
Make Changes
Now you can start making changes to the repository. In this repository, we have a resources folder that contains JSON files with useful resources for developers.
To add a new resource, edit one of the existing files and add your resource to the correct subcategory. Make sure to follow the format of the existing JSON files.
-
Commit Changes After making changes, commit them to your branch. To commit changes, run the following command:
git add . git commit -m "[commit-message]"
Replace [commit-message] with a descriptive message that explains the changes you made.
-
Push Changes
After committing changes, push them to your forked repository on GitHub. To push changes, run the following command:
git push origin main
-
Create a Pull Request
After pushing changes to your forked repository, you can create a pull request. A pull request is a request to merge your changes into the main repository.
To create a pull request, go to your forked repository on GitHub and click the "New pull request" button.
In the pull request, provide a descriptive title and message that explains the changes you made.
-
Review and Merge If your changes are approved, they will be merged into the main repository.
Licensed under the MIT license.