|
3 | 3 | First off, thanks for taking the time to contribute! ❤️ |
4 | 4 |
|
5 | 5 | * [Contributing to Catalyst Libs](#contributing-to-catalyst-libs) |
6 | | - * [Code of Conduct](#code-of-conduct) |
7 | | - * [I Have a Question](#i-have-a-question) |
8 | | - * [I Want To Contribute](#i-want-to-contribute) |
9 | | - * [Reporting Bugs](#reporting-bugs) |
10 | | - * [Before Submitting a Bug Report](#before-submitting-a-bug-report) |
11 | | - * [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report) |
12 | | - * [Suggesting Enhancements](#suggesting-enhancements) |
13 | | - * [Before Submitting an Enhancement](#before-submitting-an-enhancement) |
14 | | - * [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion) |
15 | | - * [Your First Code Contribution](#your-first-code-contribution) |
16 | | - * [Improving The Documentation](#improving-the-documentation) |
17 | | - * [Style guides](#style-guides) |
18 | | - * [Rust](#rust) |
19 | | - * [Dart](#dart) |
20 | | - * [Flutter](#flutter) |
21 | | - * [Commit Messages](#commit-messages) |
| 6 | + * [Code of Conduct](#code-of-conduct) |
| 7 | + * [I Have a Question](#i-have-a-question) |
| 8 | + * [I Want To Contribute](#i-want-to-contribute) |
| 9 | + * [Reporting Bugs](#reporting-bugs) |
| 10 | + * [Before Submitting a Bug Report](#before-submitting-a-bug-report) |
| 11 | + * [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report) |
| 12 | + * [Suggesting Enhancements](#suggesting-enhancements) |
| 13 | + * [Before Submitting an Enhancement](#before-submitting-an-enhancement) |
| 14 | + * [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion) |
| 15 | + * [Your First Code Contribution](#your-first-code-contribution) |
| 16 | + * [Improving The Documentation](#improving-the-documentation) |
| 17 | + * [Style guides](#style-guides) |
| 18 | + * [Rust](#rust) |
| 19 | + * [Dart](#dart) |
| 20 | + * [Flutter](#flutter) |
| 21 | + * [Commit Messages](#commit-messages) |
22 | 22 |
|
23 | 23 | All types of contributions are encouraged and valued. |
24 | 24 | Please make sure to read the relevant section before making your contribution. |
@@ -75,11 +75,11 @@ Please complete the following steps in advance to help us fix any potential bug |
75 | 75 | * Also make sure to search the internet (including Stack Overflow) |
76 | 76 | to see if users outside the GitHub community have discussed the issue. |
77 | 77 | * Collect information about the bug: |
78 | | - * Stack trace (Traceback) |
79 | | - * OS, Platform and Version (Windows, Linux, macOS, x86, ARM) |
80 | | - * Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant. |
81 | | - * Possibly your input and the output |
82 | | - * Can you reliably reproduce the issue? |
| 78 | + * Stack trace (Traceback) |
| 79 | + * OS, Platform and Version (Windows, Linux, macOS, x86, ARM) |
| 80 | + * Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant. |
| 81 | + * Possibly your input and the output |
| 82 | + * Can you reliably reproduce the issue? |
83 | 83 | And can you also reproduce it with older versions? |
84 | 84 |
|
85 | 85 | #### How Do I Submit a Good Bug Report? |
|
0 commit comments