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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,13 @@ The process to modify one package or script is the next:
29
29
3. Add to the `CHANGELOG.md`, in
30
30
[`Unreleased`](#How_can_I_minimize_the_effort_required?) the tasks
31
31
that you are going to take or are carrying out to be able to review at a quick
32
-
glance the objective of the branch.
32
+
glance the objective of the branch
33
33
4. Make your awesome code
34
34
5. Never forget to **change the changelog**.
35
-
4.1 [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
36
-
6. Create a Pull Request to master with correct version and tests passed.
35
+
5.1 [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
36
+
6. Create a Pull Request to master with correct version and tests passed
37
+
7. After reviewed, if everything goes fine it will be merged by one of the admins of the repository, if not back to step 4
38
+
8. It is a task for the admin to generate a [Release](https://github.com/DevoInc/python-mlmodelmanager-client/releases) so that the project gets updated in [PyPi](https://pypi.org/project/devo-mlmodelmanager/)
0 commit comments