Skip to content

Commit 4d4a628

Browse files
authored
Merge pull request #157 from jiffy-labs/development
Development
2 parents 40f9037 + 3bc718e commit 4d4a628

File tree

4 files changed

+18469
-9
lines changed

4 files changed

+18469
-9
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ bash
99

1010
`git clone https://github.com/jiffy-labs/jiffyscan-frontend.git`
1111

12-
and switch to the branch `ui-work`
12+
and switch to the branch `development`
1313

14-
`git switch ui-work && git pull`
14+
`git switch development && git pull`
15+
16+
work on development branch and raise a PR to develpoment branch
1517

1618
Once you have the code, you can install the dependencies by running:
1719

@@ -53,10 +55,10 @@ If you've found a bug in Jiffyscan, please open a new issue on GitHub. Be sure t
5355
If you want to contribute to the project by fixing a bug or adding a new feature, please submit a pull request. Here's how:
5456

5557
- Fork the repository.
56-
- Create a new branch from the `ui-work` branch.
58+
- Create a new branch from the `development` branch.
5759
- Make your changes and commit them.
5860
- Push your branch to your forked repository.
59-
- Open a pull request from your branch to the main branch of the original repository.
61+
- Open a pull request from your branch to the development branch of the original repository.
6062

6163
When submitting a pull request, please include a clear description of your changes and why you made them. Please make sure your code follows our coding standards and is well-documented.
6264

0 commit comments

Comments
 (0)