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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ The following are required to work on devfile library:
11
11
- Git
12
12
- Go 1.15 or later
13
13
14
+
## Code of Conduct
15
+
Before contributing to this repository see [contributor code of conduct](https://github.com/devfile/api/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
16
+
14
17
## How to Contribute
15
18
16
19
### Issues
@@ -55,7 +58,3 @@ Running the script with no arguments will default to update the latest devfile v
55
58
Currently devfile library does not have schedule for new releases. A new version is being generated and released on demand.
56
59
A new branch is expected to be created for a new release.
57
60
To generate a changelog for a new release, execute `./scripts/changelog-script.sh v1.x.y` for all the changes since the release v1.x.y
58
-
59
-
60
-
## Code of Conduct
61
-
See [contributor code of conduct](https://github.com/devfile/api/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
0 commit comments