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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,17 @@ This document provides guidelines for contributing to this project.
10
10
11
11
1. Create a new branch. For external contributors, create a fork.
12
12
13
-
1. Make your changes.
14
-
13
+
1. Make your changes to `main.bicep`.
15
14
1. Commit your changes.
16
15
16
+
Use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for semantic commit messages.
17
+
17
18
1. Create a pull request to merge your changes into the `main` branch.
19
+
20
+
This will trigger a [build workflow run](https://github.com/equinor/azure-terraform-backend-template/actions/workflows/build.yml) that builds `azuredeploy.json`.
21
+
22
+
1. Request a review.
23
+
24
+
1. Once approved, merge the pull request.
25
+
26
+
This will trigger a [release workflow run](https://github.com/equinor/azure-terraform-backend-template/actions/workflows/release.yml) that creates a new GitHub release.
0 commit comments