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
- As part of inclusive naming, work towards renaming branches
with name master to main or develop
- Updated the reference of base alpine to latest
- remove references of master
Signed-off-by: kmova <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ OpenEBS uses the standard GitHub pull requests process to review and accept cont
4
4
5
5
* If you have a trivial fix or improvement, go ahead and create a pull request, addressing (with `@...`) the maintainer of this repository (see [MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
6
6
7
-
* If you would like to work on something more involved, please connect with the OpenEBS Contributors. See [OpenEBS Community](https://github.com/openebs/openebs/tree/master/community).
7
+
* If you would like to work on something more involved, please connect with the OpenEBS Contributors. See [OpenEBS Community](https://github.com/openebs/openebs/tree/HEAD/community).
8
8
9
9
## Steps to Contribute
10
10
@@ -13,26 +13,26 @@ OpenEBS is an Apache 2.0 Licensed project and all your commits should be signed
13
13
* Find an issue to work on or create a new issue. The issues are maintained at [openebs/openebs](https://github.com/openebs/openebs/issues). You can pick up from a list of [good-first-issues](https://github.com/openebs/openebs/labels/good%20first%20issue).
14
14
* Claim your issue by commenting your intent to work on it to avoid duplication of efforts.
15
15
* Fork the repository on GitHub.
16
-
* Create a branch from where you want to base your work (usually master).
16
+
* Create a branch from where you want to base your work (usually `main`).
17
17
* Make your changes.
18
18
* Commit your changes by making sure the commit messages convey the need and notes about the commit.
19
19
* Push your changes to the branch in your fork of the repository.
20
20
* Submit a pull request to the original repository. See [Pull Request checklist](#pull-request-checklist).
21
21
22
22
## Pull Request Checklist
23
23
24
-
* Rebase to the current master branch before submitting your pull request.
24
+
* Rebase to the current main branch before submitting your pull request.
25
25
* Commits should be as small as possible. Each commit should follow the checklist below:
26
26
- For code changes, add tests relevant to the fixed bug or new feature.
27
27
- Pass the compile and tests - includes spell checks, formatting, etc.
28
28
- Commit header (first line) should convey what changed.
29
29
- Commit body should include details such as why the changes are required and how the proposed changes.
30
30
- DCO Signed.
31
-
* If your PR is not getting reviewed or you need a specific person to review it, please reach out to the OpenEBS Contributors. See [OpenEBS Community](https://github.com/openebs/openebs/tree/master/community).
31
+
* If your PR is not getting reviewed or you need a specific person to review it, please reach out to the OpenEBS Contributors. See [OpenEBS Community](https://github.com/openebs/openebs/tree/HEAD/community).
32
32
33
33
## Sign your work
34
34
35
-
We use the Developer Certificate of Origin (DCO) as an additional safeguard for the OpenEBS project. This is a well established and widely used mechanism to assure that contributors have confirmed their right to license their contribution under the project's license. Please read [dcofile](https://github.com/openebs/openebs/blob/master/contribute/developer-certificate-of-origin). If you can certify it, then just add a line to every git commit message:
35
+
We use the Developer Certificate of Origin (DCO) as an additional safeguard for the OpenEBS project. This is a well established and widely used mechanism to assure that contributors have confirmed their right to license their contribution under the project's license. Please read [dcofile](https://github.com/openebs/openebs/blob/HEAD/contribute/developer-certificate-of-origin). If you can certify it, then just add a line to every git commit message:
0 commit comments