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
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Contributions are welcome and greatly appreciated!
4
4
5
5
## Reporting a bug
6
6
7
-
- Ensure that the bug was not already reported by searching in GitHub under [Issues](https://github.com/cloudinary/cloudinary-angular-2/issues) and the Cloudinary [Support forms](https://support.cloudinary.com).
8
-
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/cloudinary/cloudinary-angular-2/issues/new).
7
+
- Ensure that the bug was not already reported by searching in GitHub under [Issues](https://github.com/cloudinary/cloudinary_angular/issues) and the Cloudinary [Support forms](https://support.cloudinary.com).
8
+
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/cloudinary/cloudinary_angular/issues/new).
9
9
Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
10
10
- If you require assistance in the implementation of the Cloudinary Angular SDK please [submit a support request](https://support.cloudinary.com/hc/en-us/requests/new) in the Cloudinary web site.
11
11
@@ -14,7 +14,7 @@ Contributions are welcome and greatly appreciated!
14
14
We would love to hear your requests!
15
15
Please be aware that some features may not be applicable to all users.
16
16
17
-
- Open a GitHub [issue](https://github.com/cloudinary/cloudinary-angular-2/issues/new) describing the benefits (and possible drawbacks) of the requested feature
17
+
- Open a GitHub [issue](https://github.com/cloudinary/cloudinary_angular/issues/new) describing the benefits (and possible drawbacks) of the requested feature
18
18
19
19
## Fixing a bug / Implementing a new feature
20
20
@@ -29,21 +29,22 @@ When contributing code, either to fix a bug or to implement a new feature, pleas
29
29
30
30
#### Fork the Project
31
31
32
-
Fork [project on Github](https://github.com/cloudinary/cloudinary-angular-2) and check out your copy.
32
+
Fork [project on Github](https://github.com/cloudinary/cloudinary_angular) and check out your copy.
Go to https://github.com/contributor/cloudinary_ng and select your feature branch. Click the 'Pull Request' button and fill out the form.
103
+
Go to https://github.com/contributor/cloudinary_angular and select your feature branch. Click the 'Pull Request' button and fill out the form.
103
104
Pull requests are usually reviewed within a few days.
104
105
105
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
106
+
Ensure that the PR title starts with "[angular_next]" and that the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
### - Creating new video tags with cl-video & cl-transformation ##################################
98
+
### Creating new video tags with cl-video & cl-transformation ##################################
99
99
100
100
The [cl-video](src/cloudinary-video.component.ts) component generates a `<video>` tag with requested transformation, type, and format.
101
101
102
102
The generated `<video>` is created with configurable child `<source>` elements for all relevant formats supported by web browsers (`webm`, `mp4` and `ogv`), as well as a poster thumbnail image.
103
103
104
104
The video tag can contain optional `<cl-transformation>` tags that will be used as chained transformations:
0 commit comments