Skip to content

Commit 7aeaa8e

Browse files
committed
docs: Fixed links in contribution guidelines
1 parent e09803f commit 7aeaa8e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Your contribution will be greatly appreciated, and will help ng2-semantic-ui get even better! As a contributor, here are the guidelines to follow:
44

5-
* [Code of Conduct](#codeofconduct)
6-
* [Bug, Question or Problem?](#bugquestionorproblem)
7-
* [Feature Requests](#missingafeature)
8-
* [Submission Guidelines](#submissionguidelines)
9-
* [Coding Rules](#codingrules)
10-
* [Commit Messages](#commitmessages)
5+
* [Code of Conduct](#code-of-conduct)
6+
* [Bug, Question or Problem?](#bug-question-or-problem)
7+
* [Feature Requests](#missing-a-feature)
8+
* [Submission Guidelines](#submission-guidelines)
9+
* [Coding Rules](#coding-rules)
10+
* [Commit Messages](#commit-messages)
1111

1212
## Code of Conduct
1313

@@ -21,15 +21,15 @@ If you've found a bug, please submit an issue. Even better would be submitting a
2121

2222
## Missing a Feature?
2323

24-
You can *request* a new feature by [submitting an issue](#submittinganissue) to the GitHub
24+
You can *request* a new feature by [submitting an issue](#submitting-an-issue) to the GitHub
2525
Repository. If you would like to *implement* a new feature, please submit an issue with
2626
a proposal for your work first, to be sure that it can be used.
2727
Please consider what kind of change it is:
2828

2929
* For a **Major Feature**, first open an issue and outline your proposal so that it can be
3030
discussed. This will also allow better coordination of efforts, prevent duplication of work,
3131
and help you to craft the change so that it is successfully accepted into the project.
32-
* **Small Features** can be crafted and directly [submitted as a Pull Request](#submittingapullrequest).
32+
* **Small Features** can be crafted and directly [submitted as a Pull Request](#submitting-a-pull-request).
3333

3434
## Submission Guidelines
3535

@@ -62,9 +62,9 @@ Before submitting a Pull Request (PR) consider the following guidelines:
6262

6363
* Create your patch
6464

65-
* Follow the [Coding Rules](#codingrules), running the linter (`npm run lint`) to catch any errors
65+
* Follow the [Coding Rules](#coding-rules), running the linter (`npm run lint`) to catch any errors
6666

67-
* Commit your changes using a descriptive commit message that follows the [commit message conventions](#commitmessages)
67+
* Commit your changes using a descriptive commit message that follows the [commit message conventions](#commit-messages)
6868

6969
* Push your branch to GitHub:
7070

0 commit comments

Comments
 (0)