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: CODE_OF_CONDUCT.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ We pledge to act and interact in ways that contribute to an open, welcoming, div
10
10
11
11
Examples of behavior that contributes to a positive environment for our community include:
12
12
13
-
* Demonstrating empathy and kindness toward other people
14
-
* Being respectful of differing opinions, viewpoints, and experiences
15
-
* Giving and gracefully accepting constructive feedback
16
-
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
-
* Focusing on what is best not just for us as individuals, but for the overall community
13
+
- Demonstrating empathy and kindness toward other people
14
+
- Being respectful of differing opinions, viewpoints, and experiences
15
+
- Giving and gracefully accepting constructive feedback
16
+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+
- Focusing on what is best not just for us as individuals, but for the overall community
18
18
19
19
Examples of unacceptable behavior include:
20
20
21
-
* The use of sexualized language or imagery, and sexual attention or advances of any kind
22
-
* Trolling, insulting or derogatory comments, and personal or political attacks
23
-
* Public or private harassment
24
-
* Publishing others' private information, such as a physical or email address, without their explicit permission
25
-
* Other conduct which can reasonably be considered inappropriate in a professional setting
21
+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22
+
- Trolling, insulting or derogatory comments, and personal or political attacks
23
+
- Public or private harassment
24
+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25
+
- Other conduct which can reasonably be considered inappropriate in a professional setting
26
26
27
27
## Enforcement Responsibilities
28
28
@@ -67,4 +67,4 @@ Community leaders will follow these Community Impact Guidelines in determining t
67
67
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,20 @@ This project adheres to the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). By partici
30
30
31
31
If you find a bug, please open an issue on our [GitHub Issues page](https://github.com/interactive-video-labs/interactive-video-angular-wrapper/issues). When reporting a bug, please include:
- Your environment (Angular version, browser, OS, etc.).
39
39
40
40
### Suggesting Enhancements
41
41
42
42
If you have an idea for a new feature or an improvement, please open an issue on our [GitHub Issues page](https://github.com/interactive-video-labs/interactive-video-angular-wrapper/issues). When suggesting an enhancement, please include:
43
43
44
-
-A clear and concise description of the proposed enhancement.
45
-
-The problem it solves or the benefit it provides.
46
-
-Any alternative solutions you've considered.
44
+
- A clear and concise description of the proposed enhancement.
45
+
- The problem it solves or the benefit it provides.
46
+
- Any alternative solutions you've considered.
47
47
48
48
### Your First Code Contribution
49
49
@@ -70,9 +70,9 @@ If you're looking to make your first code contribution, look for issues labeled
70
70
71
71
In your pull request description, please:
72
72
73
-
- Reference any related issues (e.g., `Fixes #123`, `Closes #456`).
74
-
- Provide a clear explanation of your changes.
75
-
- Include screenshots or GIFs if your changes affect the UI.
73
+
- Reference any related issues (e.g., `Fixes #123`, `Closes #456`).
74
+
- Provide a clear explanation of your changes.
75
+
- Include screenshots or GIFs if your changes affect the UI.
76
76
77
77
## Development Setup
78
78
@@ -84,18 +84,18 @@ For detailed instructions on setting up your development environment, installing
84
84
85
85
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for our commit messages. This helps with automated changelog generation and semantic versioning. Examples:
86
86
87
-
- `feat: add new video playback controls`
88
-
- `fix: resolve autoplay issue on iOS`
89
-
- `docs: update installation instructions`
90
-
- `refactor: improve player initialization logic`
91
-
- `test: add unit tests for cue points`
87
+
- `feat: add new video playback controls`
88
+
- `fix: resolve autoplay issue on iOS`
89
+
- `docs: update installation instructions`
90
+
- `refactor: improve player initialization logic`
91
+
- `test: add unit tests for cue points`
92
92
93
93
### TypeScript Styleguide
94
94
95
-
- Follow existing code style and formatting.
96
-
- Use clear and descriptive variable and function names.
97
-
- Ensure proper type annotations for all functions, variables, and parameters.
98
-
- Avoid `any` type unless absolutely necessary.
95
+
- Follow existing code style and formatting.
96
+
- Use clear and descriptive variable and function names.
97
+
- Ensure proper type annotations for all functions, variables, and parameters.
@@ -102,7 +103,7 @@ Removes the `dist/` directory, effectively cleaning up all compiled output.
102
103
103
104
## Troubleshooting
104
105
105
-
- **`pnpm install` fails**: Ensure you have Node.js and pnpm installed correctly. Check your internet connection.
106
-
- **Build errors**: Verify that all dependencies are installed (`pnpm install`) and that your TypeScript code has no compilation errors.
107
-
- **Tests failing**: Run `pnpm test` to see detailed error messages. Ensure your changes haven't introduced regressions.
108
-
- **Peer dependency issues**: If you encounter issues related to `@angular/core` or `@angular/common`, ensure that the versions installed in your consuming application match the peer dependency ranges specified in `package.json` (`^15.0.0 || ^16.0.0 || ^17.0.0`).
106
+
- **`pnpm install` fails**: Ensure you have Node.js and pnpm installed correctly. Check your internet connection.
107
+
- **Build errors**: Verify that all dependencies are installed (`pnpm install`) and that your TypeScript code has no compilation errors.
108
+
- **Tests failing**: Run `pnpm test` to see detailed error messages. Ensure your changes haven't introduced regressions.
109
+
- **Peer dependency issues**: If you encounter issues related to `@angular/core` or `@angular/common`, ensure that the versions installed in your consuming application match the peer dependency ranges specified in `package.json` (`^15.0.0 || ^16.0.0 || ^17.0.0`).
0 commit comments