{message}
11 |18 | Palettegram 19 |
20 |Updated on {new Date(updatedDate).toLocaleDateString("en-US", options)}
25 |·
26 |Effective from {new Date(effectiveDate).toLocaleDateString("en-US", options)}
27 |3d ago
24 |{props.comment}
28 | 29 |21 | {element.username} 22 |
23 |{element.caption}
26 | 27 |Read more...
28 | 29 | ); 30 | })} 31 |No Posts Yet
71 | )} 72 |
66 | {"git clone https://github.com//palettegram.git"}
67 |
70 | handleCopyClick("git clone https://github.com//palettegram.git")
71 | }
72 | />
73 |
74 |
77 | Pat you back 👍,
you have downloaded or cloned palettegram now start contributing.
78 |
{compo.toShow}
73 |63 | Forgot Password ? 64 |
65 |
44 |
45 | - Follow [git workflow](docs/git.md) to know more.
46 |
47 | ### Create a new branch
48 |
49 | Creating a new branch lets you work on your issue without creating merge conflicts while making PRs.
50 | Select a name for your branch that is in line with the issue you are addressing.
51 |
52 | ```bash
53 | # It will create a new branch with name branch_name and switch to that branch
54 | git checkout -b branch_name
55 | ```
56 |
57 | ### Work on the issue assigned
58 |
59 | - Work on the issue assigned to you.
60 | - Add all the files/folders needed.
61 | - After you've made your contribution to the project add changes to the branch you've just created:
62 |
63 | ```bash
64 | # To add all new files to branch branch_name
65 | git add .
66 |
67 | # To add only a few files to branch_name
68 | git add Social Media for Professionals
62 | A social media platform built exclusively for design professionals to share. 63 |
116 | Copyright © {new Date().getFullYear()} Palettegram | MIT License
117 |
Developed by Sanchit Bajaj and The Open Source Community
119 |