Skip to content

Commit 61f8b8e

Browse files
committed
bare bones contributing guidelines
1 parent 6224384 commit 61f8b8e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## enviroMS Contributing Guidelines
2+
3+
A work in progress.
4+
5+
#### Steps to create a new version
6+
7+
1. Protect feature branch.
8+
2. Set up Github mirroring (work with Yuri).
9+
3. The next push to feature branch will trigger Github Actions to run on that branch. Ensure those checks are passing.
10+
4. Bump enviroMS version using Makefile command (see semantic versioning guidelines).
11+
5. Merge feature branch into main on Gitlab.
12+
6. Use Github Actions to manually push the new Docker image to Dockerhub.
13+
7. Ensure Github checks now pass on main, using the latest Dockerhub image.
14+
8. Create a new release tag on Github.

0 commit comments

Comments
 (0)