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
+12-9
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This document will help guide your experience to provide you with the best and m
23
23
<BR>
24
24
25
25
26
-
# Issues
26
+
# Issues:bangbang:
27
27
```Issues``` are a standard way of working and contributing to GitHub projects. GitHub Issues are the** 2nd most** common way (after Slack) that users interact and contribute to the project. Working with Issues requires you to make a few simple decisions.
28
28
- is my issue more of a discussion topic?
29
29
- Does my Issue relate to a Product?
@@ -134,7 +134,7 @@ New enhancements are referred to as OpenEBS Enhancement Proposals (OEPs). Anyone
134
134
<BR>
135
135
136
136
> [!Important]
137
-
>-OurOrganization enforces **```Developer Certificate of Origin```** (DCO) on all on PullRequests, as an additional safeguard for the OpenEBS project. This requires all **commit messages** to contain the ```Signed-off-by``` line, with an email address that matches the commit author name.
137
+
>OurOrganization enforces **```Developer Certificate of Origin```** (DCO) on all on PullRequests, as an additional safeguard for the OpenEBS project. This requires all **commit messages** to contain the ```Signed-off-by``` line, with an email address that matches the commit author name.
138
138
139
139
>-This is a [well established and widely used mechanism](https://github.com/apps/dco) <BR>
140
140
>-DCO assure's contributors have confirmed their right to license their contribution under the project's license. <BR>
@@ -153,22 +153,25 @@ You must certify that your committs and PR's are your own work and authourized b
>```git commit -s -m "Sign off detraiuls and message. Does not include DCO signature line"```
156
+
>```git commit -s -m "Sign off details and message. Does not include DCO signature line"```
157
157
>```ruby
158
-
> NOTE: the cli -s flag will auto add your DCO sign-off signature as a extra line in your committ messsage
158
+
> NOTE: the cli -s flag will auto add your DCO sign-off signature as a extra line in your commit message
159
159
> if you have setup you git Global config correctly.
160
160
> ```
161
161
>:information_source: **```INFO```:**<BR>
162
-
>Whenusing the GitHubWebApp, you cannot auto DCO sign-off your committs. YourDCO signatiure line must be manually added each time, in each comitt. This is by design and enforced by the GitHubWebApp.
163
-
164
-
-Generally accepted GitHubDCO policy requires that all committing users must provide their ```real name``` (sorry, no pseudonyms or anonymous contributions).
165
-
-If you set your ```user.name```and```user.email``` git configs, you can DCO sign your commits automatically with ```git commit -s```.
166
-
-You can also use git [aliases](https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases) like:``` git config --global alias.ci 'commit -s' ```. Now you can commit with git ci and the commit will be signed.
162
+
>:no_entry_sign: Whenusing the GitHubWebApp, you cannot auto DCO sign-off your commits. YourDCO signature line must be manually added each time, in each commit message. This is by design and enforced by the GitHubWebApp. <BR>
163
+
>:white_check_mark: WhenusingGitHubDesktopApp, you can generate automatic DCO sign-off commits if your underlying git cli config is setup correctly. <BR>
164
+
<BR>
167
165
166
+
The generally accepted GitHubDCO policy requires that all committing users must provide their ```real name```in their DCO signature message (sorry, no pseudonyms or anonymous contributions). <BR>
167
+
-If you set your ```user.name```and```user.email``` git configs, you can DCO sign your commits automatically with ```git commit -s```. <BR>
168
+
-You can also use git [aliases](https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases) like:``` git config --global alias.ci 'commit -s' ```. Now you can commit with git ci and the commit will be signed. <BR>
169
+
<BR>
168
170
169
171
---
170
172
171
173
174
+
172
175
## Regular Community Meeting
173
176
174
177
openEBS hosts a bi-weekly (fortnightly) community meeting on Tuesday7:00an Americas/LosAngeles time, using the [CNCF's community event platform](https://community.cncf.io/openebs-community/). Please register for the event, prior to the meeting. You'd have to register for the meeting before the actual meeting time.
0 commit comments