Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit f9dd326

Browse files
committed
added some essential info to the readme
1 parent 5bd8f70 commit f9dd326

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The AGPL license allows the free use of this code-base in other free open-source
2020

2121
## Setup
2222

23-
* Clone this repository.
23+
* Clone a fork of this repository.
2424
* Run the migrations.
2525
* Run this on your localhost.
2626

@@ -31,6 +31,11 @@ The variables you should include are the ones with `config()` next to them in th
3131

3232
Once you're done with that, you can start working on fixing the nitty gritty details, make improvements, finding issues and reporting them in the issues tab of this repository. Create PRs and have fun!
3333

34+
35+
**Note :You should take note of that if you are working on the fork of this repository, you have to sync it before pushing changes to the fork and making a PR to this repo. How to sync changes made on this repo to your fork? Have a look at [this](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork). **
36+
37+
38+
3439
## Code Style
3540

3641
* Flake8 is used.

0 commit comments

Comments
 (0)