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
+10-11
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,22 @@ Want to contribute? Great! First, read this page (including the small
5
5
print at the end).
6
6
By submitting a pull request, you represent that you have the right to license your contribution to Zigbee and the
7
7
community, and agree by submitting the patch that your contributions are licensed under the
8
-
[Apache 2.0 license](./LICENSE.md).
8
+
[Apache 2.0 license](./LICENSE).
9
9
10
10
Before submitting the pull request, please make sure you have tested your changes and that they follow the project
11
-
[guidelines for contributing code](./docs/CONTRIBUTION_GUIDELINES.md).
12
-
11
+
[guidelines for contributing code](#pull-request-requirements).
13
12
14
13
## Becoming a Member
15
14
16
-
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip/connectedhomeip.git)
15
+
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip)
17
16
* Must be a member of the Zigbee Alliance CHIP TSG Working Group
18
17
* Have signed the Zigbee CHIP WG CLA
19
18
* Have signed up as a Tiger team member in one of the follow roles: Lead, Spec Writer, Developer (or exception granted), Code Approvers, or Support Staff
20
19
* Have approval from your company's official approver
21
20
22
21
## Becoming a Contributor
23
22
24
-
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip/connectedhomeip.git)
23
+
Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip)
25
24
* Must be a member of the Zigbee Alliance CHIP TSG Working Group
26
25
* Have signed the Zigbee CHIP WG CLA
27
26
* Agree to the [Code of Conduct](./CODE_OF_CONDUCT.md)
@@ -144,7 +143,7 @@ git push origin <branch-name>
144
143
145
144
This will trigger the continuous-integration checks. You
146
145
can view the results in the respective services. Note that the integration
147
-
checks will report failures on occasion.
146
+
checks will report failures on occasion.
148
147
149
148
#### Pull Request Requirements
150
149
@@ -169,8 +168,8 @@ CHIP considers there to be a few different types of pull requests:
Copy file name to clipboardexpand all lines: docs/STYLE_GUIDE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
CHIP documentation lives here:
4
4
5
-
***GitHub** — All guides and tutorials across the complete [Project-CHIP organization](https://github/project-chip).
5
+
***GitHub** — All guides and tutorials across the complete [Project-CHIP organization](https://github.com/project-chip).
6
6
7
7
See [CONTRIBUTING.md](../CONTRIBUTING.md) for general information on contributing to this project.
8
8
@@ -42,7 +42,7 @@ The text of a link should be descriptive, so it's clear what the link is for:
42
42
43
43
## Markdown guidelines
44
44
45
-
Use standard Markdown when authoring CHIP documentation. While HTML may be used for more complex content such as tables, use Markdown as much as possible.
45
+
Use standard Markdown when authoring CHIP documentation. While HTML may be used for more complex content such as tables, use Markdown as much as possible.
46
46
47
47
> Note: Edit this file to see the Markdown behind the examples.
0 commit comments