Skip to content

Commit 57f19f7

Browse files
committed
Fix dead links in CONTRIBUTING.md
1 parent df58418 commit 57f19f7

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,29 @@ The following is a set of guidelines for contributing to api.video and its packa
66

77
#### Table of contents
88

9-
[Code of Conduct](#code-of-conduct)
10-
11-
[I just have a question!](#i-just-have-a-question)
12-
13-
[How Can I Contribute?](#how-can-i-contribute)
14-
* [Reporting Bugs](#reporting-bugs)
15-
* [Suggesting Enhancements](#suggesting-enhancements)
16-
* [Pull Requests](#pull-requests)
17-
18-
[Styleguides](#styleguides)
19-
* [Git Commit Messages](#git-commit-messages)
20-
* [Documentation Styleguide](#documentation-styleguide)
21-
22-
[Additional Notes](#additional-notes)
23-
* [Issue and Pull Request Labels](#issue-and-pull-request-labels)
24-
9+
- [Contributing to api.video](#contributing-to-apivideo)
10+
- [Table of contents](#table-of-contents)
11+
- [Code of conduct](#code-of-conduct)
12+
- [I just have a question!](#i-just-have-a-question)
13+
- [How can I contribute?](#how-can-i-contribute)
14+
- [Reporting bugs](#reporting-bugs)
15+
- [Before submitting a bug report](#before-submitting-a-bug-report)
16+
- [How do I submit a (good) bug report?](#how-do-i-submit-a-good-bug-report)
17+
- [Suggesting enhancements](#suggesting-enhancements)
18+
- [How do I submit a (good) enhancement suggestion?](#how-do-i-submit-a-good-enhancement-suggestion)
19+
- [Pull requests](#pull-requests)
20+
- [Style guides](#style-guides)
21+
- [Git commit messages](#git-commit-messages)
22+
- [Documentation style guide](#documentation-style-guide)
23+
- [Additional notes](#additional-notes)
24+
- [Issue and pull request Llabels](#issue-and-pull-request-llabels)
25+
- [Type of issue and issue state](#type-of-issue-and-issue-state)
26+
- [Topic categories](#topic-categories)
27+
- [Pull request labels](#pull-request-labels)
28+
2529
## Code of conduct
2630

27-
This project and everyone participating in it is governed by the [api.video Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]).
31+
This project and everyone participating in it is governed by the [api.video Code of Conduct](https://github.com/apivideo/.github/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]).
2832

2933
## I just have a question!
3034

@@ -42,7 +46,7 @@ We have an official message board with a detailed FAQ and where the community ch
4246

4347
This section guides you through submitting a bug report for api.video. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behavior :computer:, and find related reports :mag_right:.
4448

45-
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/apivideo/api.video-contribution/blob/main/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.
49+
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/apivideo/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.
4650

4751
> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
4852
@@ -54,7 +58,7 @@ Before creating bug reports, please check [this list](#before-submitting-a-bug-r
5458

5559
#### How do I submit a (good) bug report?
5660

57-
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). After you've determined which repository your bug is related to, create an issue on that repository and provide the following information by filling in [the template](https://github.com/apivideo/api.video-contribution/blob/main/.github/ISSUE_TEMPLATE/bug_report.md).
61+
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). After you've determined which repository your bug is related to, create an issue on that repository and provide the following information by filling in [the template](https://github.com/apivideo/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md).
5862

5963
Explain the problem and include additional details to help maintainers reproduce the problem:
6064

@@ -81,7 +85,7 @@ Include details about your configuration and environment:
8185

8286
This section guides you through submitting an enhancement suggestion for api.video project, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.
8387

84-
When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/apivideo/api.video-contribution/blob/main/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.
88+
When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/apivideo/.github/blob/main/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.
8589

8690

8791
#### How do I submit a (good) enhancement suggestion?

0 commit comments

Comments
 (0)