forked from anuragverma108/SwapReads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contributing.txt
39 lines (20 loc) · 875 Bytes
/
contributing.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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