Support:Invitation Repository.
Open! Inclusive! Collaborative! OplnCo previously known as Devstucom is a community for enthusiasts exploring new technologies, working on innovative ideas and helping each other grow together. Open Issues, Raise ideas, Make Pull Requests!
We welcome all, regardless of gender or background, and not only aim to develop an urge to learn and widen knowledge but to also cultivate a sense of community spirit!.
To be a member of the org, please create an Issue -->
Step-by-Step Guide
1. ๐จ Setup & Run
Visit our GitHub repository and click on the Fork option in the top right corner of your GitHub account.
This creates a copy of the repository.
2. Clone the repository
git clone command creates a copy/clone of the repository in you local system.
--> You can clone this repo by using the below command and navigate to the directory.
git clone https://github.com/<YOUR_USERNAME>/support.git
cd support3. Setup Remote
git remote add upstream 4. Sync your fork or your local repository with the origin repository
git checkout main
git fetch upstream
git merge upstream/main5. Create a PR
After you are done making all the requisite changes. Push your changes to the repository and create a good PR.
If everything looks good in the review, it'll be merged and viola!! you're all set! Welcome to the community!
