Skip to content

Commit 6113fa0

Browse files
author
Conrad Chan
authored
docs(license): Update license to Box CLA (#408)
1 parent 0c51399 commit 6113fa0

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/CONTRIBUTING.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All contributions are welcome to this project.
66

77
Before a contribution can be merged into this project, please fill out the Contributor License Agreement (CLA) located at:
88

9-
https://developer.box.com/docs/box-sdk-cla
9+
https://opensource.box.com/cla/
1010

1111
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).
1212

@@ -16,8 +16,8 @@ This project adheres to the [Box Open Code of Conduct](http://opensource.box.com
1616

1717
## How to contribute
1818

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.
2121

2222
## Pull request best practices
2323

@@ -54,16 +54,17 @@ Tag: Short description (fixes #1234)
5454
5555
Longer description here if necessary
5656
```
57+
5758
The Tag is one of the following:
5859

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).
6768

6869
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.
6970

0 commit comments

Comments
 (0)