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
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing guidelines
2
2
3
-
We welcome any kind of contribution to our software, from simple comment or question to a full fledged [pull request](https://help.github.com/articles/about-pull-requests/). Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
3
+
We welcome any kind of contribution to our software, from simple comment or question to a full fledged [pull request](https://help.github.com/articles/about-pull-requests/). Please read and follow our [Code of Conduct](https://github.com/haddocking/powerfit/blob/master/CODE_OF_CONDUCT.md).
4
4
5
5
A contribution can be one of the following cases:
6
6
@@ -31,7 +31,7 @@ The sections below outline the steps in each case.
31
31
1. (**important**) announce your plan to the rest of the community *before you start working*. This announcement should be in the form of a (new) issue;
32
32
1. (**important**) wait until some kind of consensus is reached about your idea being a good idea;
33
33
1. if needed, fork the repository to your own Github profile and create your own feature branch off of the latest main commit. While working on your feature branch, make sure to stay up to date with the main branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions [here](https://help.github.com/articles/configuring-a-remote-for-a-fork/) and [here](https://help.github.com/articles/syncing-a-fork/));
34
-
1. install dependencies (see the [development documentation](README.md#development));
34
+
1. install dependencies (see the [development documentation](#development));
35
35
1. make sure the existing tests still work by running ``pytest``;
36
36
1. add your own tests (if necessary);
37
37
1. update or expand the documentation;
@@ -44,8 +44,8 @@ In case you feel like you've made a valuable contribution, but you don't know ho
44
44
45
45
To create a release you need write permission on the repository.
46
46
47
-
1. Check the author list in [`CITATION.cff`](CITATION.cff)
48
-
1. Bump the version in [src/powerfit_em/__init__.py](src/powerfit_em/__init__.py)
47
+
1. Check the author list in [`CITATION.cff`](https://github.com/haddocking/powerfit/blob/master/CITATION.cff)
48
+
1. Bump the version in [src/powerfit_em/__init__.py](https://github.com/haddocking/powerfit/blob/master/src/powerfit_em/__init__.py)
49
49
1. In [README.md](README.md) adjust docker command to use new version
50
50
1. Go to the [GitHub release page](https://github.com/haddocking/powerfit/releases)
51
51
1. Press draft a new release button
@@ -57,6 +57,30 @@ To create a release you need write permission on the repository.
57
57
1. Wait until [Create and publish a Docker image](https://github.com/haddocking/powerfit/actions/workflows/docker-publish.yml) has completed.
0 commit comments