Skip to content

Commit 3226510

Browse files
committed
Updated links in CONTRIBUTING.md
1 parent ad464de commit 3226510

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When making changes, we try to follow the procedure below.
3939

4040
## Developer installation
4141

42-
**TODO: Once there is a "user" way to install, move the git clone etc. information here #105.**
42+
**TODO: Once there is a "user" way to install, move the git clone etc. information here [#105](https://github.com/CardiacModelling/pcpostprocess/issues/105).**
4343

4444
```
4545
pip install -e .[test]
@@ -60,7 +60,7 @@ In addition to the rules checked by flake8, we try to use single quotes (`'`) fo
6060

6161
### Spelling
6262

63-
**TODO WE SHOULD MAYBE DISCUSS WHICH ENGLISH TO USE?**
63+
**TODO WE SHOULD MAYBE DISCUSS WHICH ENGLISH TO USE? [#106](https://github.com/CardiacModelling/pcpostprocess/issues/106)**
6464

6565
### Import ordering
6666

@@ -133,7 +133,7 @@ coverage report
133133

134134
Whenever changes are made to a branch with an open pull request, tests will be run using GitHub actions.
135135

136-
These are configured in a single workflow TODO THIS IS BEING UPDATED ATM
136+
These are configured in a single workflow **TODO THIS IS BEING UPDATED ATM**
137137

138138
Coverage testing is run, and sent to [codecov.io](https://docs.codecov.io/docs) to generate [online reports](https://app.codecov.io/github/CardiacModelling/pcpostprocess).
139139

@@ -180,7 +180,7 @@ Releases, like other changes, are made on a branch, using the following procedur
180180
6. Merge the PR.
181181
7. [Add a new release](https://github.com/CardiacModelling/pcpostprocess/releases) in GitHub, using the tag you created, and copy in the changes from the changelog.
182182

183-
**TODO: THERE IS NO PACKAGING ON PYPI ATM**
183+
**TODO: THERE IS NO PACKAGING ON PYPI ATM [#105](https://github.com/CardiacModelling/pcpostprocess/issues/105)**
184184

185185
### Licensing
186186

0 commit comments

Comments
 (0)