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: ADOPTERS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OpenEBS Dynamic NFS Volume Provisioner
2
2
3
-
You can see the full list of organizations/users using OpenEBS [here](https://github.com/openebs/openebs/blob/master/ADOPTERS.md).
3
+
You can see the full list of organizations/users using OpenEBS [here](https://github.com/openebs/openebs/blob/HEAD/ADOPTERS.md).
4
4
5
5
If you are using Dynamic NFS, and would like yourself to be listed in this page, please raise an [issue](https://github.com/openebs/dynamic-nfs-provisioner/issues/new?assignees=&labels=&template=become-an-adopter.md&title=%5BADOPTER%5D) with the following details:
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
@@ -5,7 +5,7 @@ OpenEBS uses the standard GitHub pull requests process to review and accept cont
5
5
* If you are a first-time contributor, please see [Steps to Contribute](#steps-to-contribute).
6
6
* If you have documentation improvement ideas, go ahead and create a pull request. See [Pull Request checklist](#pull-request-checklist).
7
7
* If you would like to make code contributions, please start with [Setting up the Development Environment](#setting-up-your-development-environment).
8
-
* 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).
8
+
* 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).
9
9
10
10
## Steps to Contribute
11
11
@@ -14,7 +14,7 @@ OpenEBS is an Apache 2.0 Licensed project and all your commits should be signed
14
14
* 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).
15
15
* Claim your issue by commenting your intent to work on it to avoid duplication of efforts.
16
16
* Fork the repository on GitHub.
17
-
* Create a branch from where you want to base your work (usually master).
17
+
* Create a branch from where you want to base your work (usually develop).
18
18
* Make your changes. If you are working on code contributions, please see [Setting up the Development Environment](#setting-up-your-development-environment).
19
19
* Relevant coding style guidelines are the [Go Code Review Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) and the _Formatting and style_ section of Peter Bourgon's [Go: Best Practices for Production Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).
20
20
* Commit your changes by making sure the commit messages convey the need and notes about the commit.
@@ -23,18 +23,18 @@ OpenEBS is an Apache 2.0 Licensed project and all your commits should be signed
23
23
24
24
## Pull Request Checklist
25
25
26
-
* Rebase to the current master branch before submitting your pull request.
26
+
* Rebase to the current develop branch before submitting your pull request.
27
27
* Commits should be as small as possible. Each commit should follow the checklist below:
28
28
- For code changes, add tests relevant to the fixed bug or new feature.
29
29
- Pass the compile and tests - includes spell checks, formatting, etc.
30
30
- Commit header (first line) should convey what changed.
31
31
- Commit body should include details such as why the changes are required and how the proposed changes.
32
32
- DCO Signed.
33
-
* 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).
33
+
* 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).
34
34
35
35
## Sign your work
36
36
37
-
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:
37
+
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