Skip to content

Commit 561f8ad

Browse files
authored
fix(docs): broken link for community contribution lifecycle and processes (#5206)
1 parent e80879e commit 561f8ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Before creating a pull request, please make sure:
77
- You have read the guide for contributing
88
- See https://github.com/open-telemetry/opentelemetry-js/blob/main/CONTRIBUTING.md
99
- You signed all your commits (otherwise we won't be able to merge the PR)
10-
- See https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md#sign-the-cla
10+
- See https://github.com/open-telemetry/community/blob/main/guides/contributor#sign-the-cla
1111
- You added unit tests for the new functionality
1212
- You mention in the PR description which issue it is addressing, e.g. "Fixes #xxx". This will auto-close
1313
the issue that your PR fixes (if such)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Reporting bugs is an important contribution. Please make sure to include:
7979
### Before you start
8080

8181
Please read project contribution
82-
[guide](https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md)
82+
[guide](https://github.com/open-telemetry/community/blob/main/guides/contributor)
8383
for general practices for OpenTelemetry project.
8484

8585
#### Conventional commit
@@ -145,7 +145,7 @@ git merge upstream/main
145145

146146
Remember to always work in a branch of your local copy, as you might otherwise have to contend with conflicts in main.
147147

148-
Please also see [GitHub workflow](https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md#github-workflow) section of general project contributing guide.
148+
Please also see [GitHub workflow](https://github.com/open-telemetry/community/blob/main/guides/contributor/processes.md#github-workflow) section of general project contributing guide.
149149

150150
## Development
151151

0 commit comments

Comments
 (0)