Skip to content

Info website for an NGO 'Ranjeet Bakhshi Jan Kalyan Sabha' which aims to empower local communities in Himachal Pradesh

Notifications You must be signed in to change notification settings

rbjks/rbjks.github.io

Repository files navigation

RBJKS NGO

Facebook Badge Twitter Badge RepoRater

Welcome to the RBJKS (Ranjeet Bakhshi Jan Kalyan Sabha) NGO Project! Our mission is to address local community issues in Nurpur, Himachal Pradesh, India, through organic crowdfunding initiatives.

Table of Contents

About

Ranjeet Bakhshi Jan Kalyan Sabha, a distinguished non-profit organization headquartered in Nurpur, Himachal Pradesh, India, is dedicated to social responsibility and sustainable development. We're here to address pressing community issues with the power of grassroots initiatives and collaboration. Together, we're creating lasting impact and positive change for individuals and families in our community.

Mission

Our NGO is actively involved in various initiatives and crowdfunding campaigns, supporting individuals from lower-economic backgrounds. Through community events, workshops, and resource-sharing, we empower individuals to drive positive change. Together, we aim to build a resilient community where everyone thrives. Join us on this journey towards a brighter, more inclusive future.

Get Involved

We're absolutely thrilled that you're interested in joining our project. Below, you'll find straightforward guidelines to ensure your contribution journey is as smooth as possible:

  • Get Involved: Dive right in! Look through our list of issues and find one that sparks your interest. Feel free to ask questions or seek clarification if needed.

  • Claiming Issues: Once you've found an issue you'd like to tackle, leave a comment to claim it. Our friendly team will then assign it to you.

  • First-Come, First-Served: We operate on a first-come, first-served basis. Don't worry if someone else is already working on an issue; there's always room for collaboration!

  • Creating Issues: Can't find an issue that matches what you'd like to work on? No problem! Open a new issue and describe your proposal. We'll review it and get back to you.

  • Respecting Assignments: Please avoid working on issues that are already assigned to someone else. Let's ensure everyone has the opportunity to contribute.

  • Submitting Pull Requests: Once you've completed your changes, submit a pull request. We'll review it with care and provide feedback if necessary.

  • Learning and Growing: Remember, we're all here to learn and grow together. Don't hesitate to reach out if you need assistance or guidance along the way.

Preferred Colors

  • Emerald (#22B9A8)

    Emerald

  • Deep Saffron (#FF9933)

    Deep Saffron

  • Desert Sand (#EDC9AF)

    Desert Sand

▶️ Steps for contributing :

Fork this repository

image


Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone This Repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone https://github.com/<Your-Github-username>/rbjks.github.io.git

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd rbjks.github.io

Now create a branch using the git checkout command:

git checkout -b <branch-name>

For example:

git checkout -b add-new-feature

Make necessary changes and commit those changes

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:

git add .

Now commit those changes using the git commit command:

git commit -m "Your commit message"

Push changes to GitHub

Push the changes to the forked repository using:

git push origin <Your-branch-name>

Navigate to the original fork of this repository on your profile and click on the branch you had committed to. Then click on Contribute to create a Pull Request i.e create a PR on Github. (Don't just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing)

In case of merge conflict fetch and merge from the remote repository.

If you encounter a merge conflict while working on your branch, you can resolve it by fetching and merging changes from the remote repository. Here's how you can do it:

Are you a beginner in using Github?

You can refer to the following articles on the basics of Git and Github and also contact me, in case you are stuck:

Thank you for being a part of our community and for your valuable contributions! Together, we can make amazing things happen. 🌟

Contact us

About

Info website for an NGO 'Ranjeet Bakhshi Jan Kalyan Sabha' which aims to empower local communities in Himachal Pradesh

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published