You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
work on development branch and raise a PR to develpoment branch
15
17
16
18
Once you have the code, you can install the dependencies by running:
17
19
@@ -53,10 +55,10 @@ If you've found a bug in Jiffyscan, please open a new issue on GitHub. Be sure t
53
55
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:
54
56
55
57
- Fork the repository.
56
-
- Create a new branch from the `ui-work` branch.
58
+
- Create a new branch from the `development` branch.
57
59
- Make your changes and commit them.
58
60
- 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.
60
62
61
63
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.
0 commit comments