JRavi2 / Chat-Analyzer

A python program to analyze your Social Chats
12 stars 8 forks source link

Add screenshots to Readme #4

Closed JRavi2 closed 2 years ago

JRavi2 commented 2 years ago

Use the test exports to add screenshots of graphs and text outputs.

asaraf7 commented 2 years ago

I have collected some screenshots. Broadly 3 kinds of graphs are possible I think.

JRavi2 commented 2 years ago

@asaraf7 That's great! Just open up a PR, and we'll move ahead from there :) If you need any help creating a PR, here's a nice guide: https://opensource.guide/how-to-contribute/#opening-a-pull-request

asaraf7 commented 2 years ago

Should I send a PR directly to this repo or should I fork it first and then send it to the forked one?

JRavi2 commented 2 years ago

Here are the basic steps:

  1. Fork this repo
  2. Clone the forked repo
  3. Create a new branch (git checkout -b name-of-the-branch)
  4. Make the necessary changes
  5. Stage the changes (git add .) and commit them (git commit -m "Commit Message")
  6. Push the changes to the forked repo (using git push -u origin name-of-the-branch-from-step-3)
  7. Make a PR from the forked repo to this repo

I'll soon get a proper contributing guide going. Till then, try these steps out, and if you get stuck on any step, feel free to ask here or on the telegram group.

asaraf7 commented 2 years ago

I've done it. I know it isn't good. Will try to improve!