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
If you don't have your `ssh` keys configured you can clone the repository
21
21
using your login name and password running the following command:
22
22
23
23
```bash
24
-
git clone https://github.com/signals-dev/SigPro
24
+
git clone https://github.com/sintel-dev/SigPro
25
25
```
26
26
27
27
Next, you can enter your repository folder, create a virtualenv and install
@@ -96,4 +96,4 @@ request by doing the following steps:
96
96
1. Add the new files and the updated ones. By running `git status` you will see the modified and `new/untracked` files. Use `git add` to `add` the files that involve your implementation, such as the new primitive `json` file, the new module with the new transformation or aggregation and other changes that you may have done to existing files (such as `setup.py` if you updated or introduce a new dependency).
97
97
2. Commit your changes using `git commit -m "Implement my new transformation"`.
98
98
3. Push your branch: `git push --set-upstream origin <name_of_your_branch>`.
99
-
4. Go to [https://github.com/signals-dev/SigPro/](https://github.com/signals-dev/SigPro/) and create a pull request from this branch to the master branch.
99
+
4. Go to [https://github.com/sintel-dev/SigPro/](https://github.com/sintel-dev/SigPro/) and create a pull request from this branch to the master branch.
0 commit comments