This repository is a beginner-friendly repository where devs can contribute their scripts that do some tasks be it a small game, an app, or an amazing and awesome scripts written in Python, JavaScript, Java, Nodejs and many more. The main aim of this repository is to provide utility scripts that could make everyday life easy. Get started with coding exhilarating scripts that can be useful to download PDFs from an Online Source or just to randomly accept bulk linkedin request.
Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck:
- Watch this video to get started, if you have no clue about open source
- Go through Contribution Guidelines
- Forking a Repo
- Cloning a Repo
- How to create a Pull Request
- Getting started with Git and GitHub
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork this repository. Click on the symbol at the top right corner.
- Clone the forked repository.
git clone https://github.com/<your-github-username>/Dev-Scripts
- Navigate to the project directory.
cd Dev-Scripts
-
Create new branch for your feature.
-
Make all changes of source code in new branch.
- Stage your changes and commit
#Add changes to Index
git add .
#Commit to the local repo
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push
- Create a PR which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help us know what this Script is all about.
- Congratulations! 🎉 Sit and relax, you've made your contribution to Dev-Scripts project.
Check out my Github profile abhijeet007rocks8!