Skip to content

Commit 398362a

Browse files
committed
Adapted CONTRIBUTING.md to new repo URL.
1 parent 79bbc52 commit 398362a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to `hypershap`
1+
# Contributing to `HyperSHAP`
22

33
Contributions are welcome, and they are greatly appreciated!
44
Every little bit helps, and credit will always be given.
@@ -9,7 +9,7 @@ You can contribute in many ways:
99

1010
## Report Bugs
1111

12-
Report bugs at https://github.com/mwever/hypershap/issues
12+
Report bugs at https://github.com/automl/HyperSHAP/issues
1313

1414
If you are reporting a bug, please include:
1515

@@ -29,11 +29,11 @@ Anything tagged with "enhancement" and "help wanted" is open to whoever wants to
2929

3030
## Write Documentation
3131

32-
hypershap could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such.
32+
HyperSHAP could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such.
3333

3434
## Submit Feedback
3535

36-
The best way to send feedback is to file an issue at https://github.com/mwever/hypershap/issues.
36+
The best way to send feedback is to file an issue at https://github.com/automl/HyperSHAP/issues.
3737

3838
If you are proposing a new feature:
3939

@@ -44,22 +44,22 @@ If you are proposing a new feature:
4444

4545
# Get Started!
4646

47-
Ready to contribute? Here's how to set up `hypershap` for local development.
47+
Ready to contribute? Here's how to set up `HyperSHAP` for local development.
4848
Please note this documentation assumes you already have `uv` and `Git` installed and ready to go.
4949

50-
1. Fork the `hypershap` repo on GitHub.
50+
1. Fork the `HyperSHAP` repo on GitHub.
5151

5252
2. Clone your fork locally:
5353

5454
```bash
5555
cd <directory_in_which_repo_should_be_created>
56-
git clone git@github.com:YOUR_NAME/hypershap.git
56+
git clone git@github.com:YOUR_NAME/HyperSHAP.git
5757
```
5858

5959
3. Now we need to install the environment. Navigate into the directory
6060

6161
```bash
62-
cd hypershap
62+
cd HyperSHAP
6363
```
6464

6565
Then, install and activate the environment with:

0 commit comments

Comments
 (0)