Skip to content

Commit 68fd5d6

Browse files
committed
docs: contribution guideline updated, poetry lock fixed
1 parent 99b6d79 commit 68fd5d6

2 files changed

Lines changed: 699 additions & 14 deletions

File tree

docs/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ To set up the development environment for this Python package, follow these step
1515
1. Clone the repository to your local machine using the command:
1616

1717
```
18-
git clone https://github.com/basf/mamba-tabular
18+
git clone https://github.com/OpenTabular/DeepTab
1919
20-
cd mamba-tabular
20+
cd DeepTab
2121
```
2222

2323
2. Install tools required for setting up development environment:
@@ -44,7 +44,7 @@ just install
4444
In case you are not able to install `just`, you can follow the below steps to set up the development environment:
4545

4646
```
47-
cd mamaba-tabular
47+
cd DeepTab
4848
4949
poetry install
5050
@@ -208,7 +208,7 @@ When submitting your contributions, please ensure the following:
208208

209209
### Issue Tracker
210210

211-
If you encounter any bugs, have feature requests, or need assistance, please visit our [Issue Tracker](https://github.com/basf/mamba-tabular/issues). Make sure to search for existing issues before creating a new one.
211+
If you encounter any bugs, have feature requests, or need assistance, please visit our [Issue Tracker](https://github.com/OpenTabular/DeepTab/issues). Make sure to search for existing issues before creating a new one.
212212

213213
### License
214214

0 commit comments

Comments
 (0)