Skip to content

Commit

Permalink
chore: fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Aug 23, 2024
1 parent 37e7cad commit ec9fcf5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

First off, thanks for taking the time to contribute! ❤️

- [Contributing to Catalyst Libs](#contributing-to-catalyst-libs)
- [Code of Conduct](#code-of-conduct)
- [I Have a Question](#i-have-a-question)
- [I Want To Contribute](#i-want-to-contribute)
- [Reporting Bugs](#reporting-bugs)
- [Before Submitting a Bug Report](#before-submitting-a-bug-report)
- [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report)
- [Suggesting Enhancements](#suggesting-enhancements)
- [Before Submitting an Enhancement](#before-submitting-an-enhancement)
- [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion)
- [Your First Code Contribution](#your-first-code-contribution)
- [Improving The Documentation](#improving-the-documentation)
- [Style guides](#style-guides)
- [Rust](#rust)
- [Dart](#dart)
- [Flutter](#flutter)
- [Commit Messages](#commit-messages)
* [Contributing to Catalyst Libs](#contributing-to-catalyst-libs)
* [Code of Conduct](#code-of-conduct)
* [I Have a Question](#i-have-a-question)
* [I Want To Contribute](#i-want-to-contribute)
* [Reporting Bugs](#reporting-bugs)
* [Before Submitting a Bug Report](#before-submitting-a-bug-report)
* [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report)
* [Suggesting Enhancements](#suggesting-enhancements)
* [Before Submitting an Enhancement](#before-submitting-an-enhancement)
* [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion)
* [Your First Code Contribution](#your-first-code-contribution)
* [Improving The Documentation](#improving-the-documentation)
* [Style guides](#style-guides)
* [Rust](#rust)
* [Dart](#dart)
* [Flutter](#flutter)
* [Commit Messages](#commit-messages)

All types of contributions are encouraged and valued.
Please make sure to read the relevant section before making your contribution.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
Welcome to the Catalyst Libs mono repo, where we manage and maintain the interconnected Rust crates,
Dart and Flutter packages, and other libraries that make up the Catalyst project.

- [Catalyst Libs](#catalyst-libs)
- [Overview](#overview)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)
* [Catalyst Libs](#catalyst-libs)
* [Overview](#overview)
* [Getting Started](#getting-started)
* [Contributing](#contributing)
* [License](#license)

## Overview

This monorepo serves as a unified codebase for the Catalyst project.
Using a monorepo simplifies our dependency management, streamlines testing, and fosters code sharing.

## Getting Started
TODO

TODO

## Contributing

Expand Down

0 comments on commit ec9fcf5

Please sign in to comment.