Skip to content

Commit

Permalink
Merge pull request #4359 from torok839098/main
Browse files Browse the repository at this point in the history
Add a Contributing file
  • Loading branch information
abhi03ruchi authored Nov 1, 2024
2 parents 85ff86f + 706e78b commit 9c585e4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Contributions are what make the open-source community such an amazing place to l

Your involvement helps to improve the project and make it better for everyone. Thank you for your contributions!

Kindly go through [CONTRIBUTING.md](CONTRIBUTING.md) to understand everything from setup to contributing guidelines.
Kindly go through [CONTRIBUTING.md](contributing.txt) to understand everything from setup to contributing guidelines.

If you would like to contribute to the project, please follow our contribution guidelines.

Expand Down
47 changes: 47 additions & 0 deletions contributing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Contributing

Purpose of SwapReads: Connect, Exchange, Explore – Where Book Enthusiasts Swap Books and Discover New Literary Adventures!

Setup (Refer to Project Setup for more details):

main_repo_url :https://github.com/anuragverma108/SwapReads.git

1.To Fork:

On the main repository, click on the right hand corner "Fork".

After it's forked, clone it locally by using the command git clone (url of forked repository)

2. How to push changes from forked repository:

- To add main repository as remote on local repository:

git remote add upstream (main url)

- Fetch updates from the main repository:

git fetch upstream

- Create a new branch for your changes:

git checkout -b my-branch-name

- Make and commit changes by:

git add .

git commit -m "Add new feature or fix a bug"

git push origin my-branch-name


Ideas for Contributing
- Remember to open issue








0 comments on commit 9c585e4

Please sign in to comment.