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: docs/CONTRIBUTING.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ All contributions are welcome to this project.
6
6
7
7
Before a contribution can be merged into this project, please fill out the Contributor License Agreement (CLA) located at:
8
8
9
-
https://developer.box.com/docs/box-sdk-cla
9
+
https://opensource.box.com/cla/
10
10
11
11
To learn more about CLAs and why they are important to the UI Element projects, please see the [Wikipedia entry](http://en.wikipedia.org/wiki/Contributor_License_Agreement).
12
12
@@ -16,8 +16,8 @@ This project adheres to the [Box Open Code of Conduct](http://opensource.box.com
16
16
17
17
## How to contribute
18
18
19
-
***File an issue** - if you found a bug, want to request an enhancement, or want to implement something (bug fix or feature).
20
-
***Send a pull request** - if you want to contribute code. Please be sure to file an issue first.
19
+
-**File an issue** - if you found a bug, want to request an enhancement, or want to implement something (bug fix or feature).
20
+
-**Send a pull request** - if you want to contribute code. Please be sure to file an issue first.
21
21
22
22
## Pull request best practices
23
23
@@ -54,16 +54,17 @@ Tag: Short description (fixes #1234)
54
54
55
55
Longer description here if necessary
56
56
```
57
+
57
58
The Tag is one of the following:
58
59
59
-
*`Fix` - for a bug fix.
60
-
*`Update` - for a backwards-compatible enhancement or a change to a rule that increases the number of reported problems.
61
-
*`New` - implemented a new feature.
62
-
*`Breaking` - for a backwards-incompatible enhancement or feature.
63
-
*`Docs` - changes to documentation only.
64
-
*`Build` - changes to build process only.
65
-
*`Upgrade` - for a dependency upgrade.
66
-
*`Chore` - for refactoring, adding tests, etc. (anything that isn’t user-facing).
60
+
-`Fix` - for a bug fix.
61
+
-`Update` - for a backwards-compatible enhancement or a change to a rule that increases the number of reported problems.
62
+
-`New` - implemented a new feature.
63
+
-`Breaking` - for a backwards-incompatible enhancement or feature.
64
+
-`Docs` - changes to documentation only.
65
+
-`Build` - changes to build process only.
66
+
-`Upgrade` - for a dependency upgrade.
67
+
-`Chore` - for refactoring, adding tests, etc. (anything that isn’t user-facing).
67
68
68
69
The message summary should be a one-sentence description of the change, and it must be 72 characters in length or shorter. If the pull request addresses an issue, then the issue number should be mentioned at the end.
0 commit comments