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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ When making changes, we try to follow the procedure below.
39
39
40
40
## Developer installation
41
41
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).**
43
43
44
44
```
45
45
pip install -e .[test]
@@ -60,7 +60,7 @@ In addition to the rules checked by flake8, we try to use single quotes (`'`) fo
60
60
61
61
### Spelling
62
62
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)**
64
64
65
65
### Import ordering
66
66
@@ -133,7 +133,7 @@ coverage report
133
133
134
134
Whenever changes are made to a branch with an open pull request, tests will be run using GitHub actions.
135
135
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**
137
137
138
138
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).
139
139
@@ -180,7 +180,7 @@ Releases, like other changes, are made on a branch, using the following procedur
180
180
6. Merge the PR.
181
181
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.
182
182
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)**
0 commit comments