Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ancors in contributing.md file #1102

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -4,9 +4,9 @@ Among billions other things you can do with your time, you choose to spend it on

vscode-jest started as a simple extension and grew quite a bit in the last 12 months with many amazing contributions from the community! As the community and code base continue to expand, we decided to restructure the contribution page to make it easier and more fun to contribute:

1. [Code of Conduct](#code_of_conduct): the standard open source contribution guideline.
1. [Our Philosophy](#our_philosophy): outline what guided our decision for feature expansion and issue/PR discussions.
1. [How to Contribute](#how_to_contribute): tips on how to setup your local vscode-jest development environment; as well as test and debug it before submission.
1. [Code of Conduct](#code-of-conduct): the standard open source contribution guideline.
1. [Our Philosophy](#our-philosophy): outline what guided our decision for feature expansion and issue/PR discussions.
1. [How to Contribute](#how-to-contribute): tips on how to setup your local vscode-jest development environment; as well as test and debug it before submission.

## Code of Conduct

Expand Down