-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# How-to Guides | ||
|
||
- [**Documentation**](documentation/index.mdx): Help improve our docs, including this one! | ||
- [**Code**](code/index.mdx): Help us write code, fix bugs, or improve our infrastructure. | ||
- [**Integrations**](integrations.mdx): Help us integrate with your favorite vendors and tools. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Reference | ||
|
||
- [**Repository Structure**](repo_structure.mdx): Understand the high level structure of the repository. | ||
- [**Review Process**](review_process.mdx): Learn about the review process for pull requests. | ||
- [**Frequently Asked Questions (FAQ)**](faq.mdx): Get answers to common questions about contributing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Tutorials | ||
|
||
More coming soon! We are working on tutorials to help you make your first contribution to the project. | ||
|
||
- [**Make your first docs PR**](docs.mdx) |