33First off, thanks for taking the time to contribute! ❤️
44
55* [ Contributing to Hermes] ( #contributing-to-hermes )
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 )
2222
2323All types of contributions are encouraged and valued.
2424Please make sure to read the relevant section before making your contribution.
@@ -42,7 +42,7 @@ Before you ask a question, it is best to search for existing
4242[ Issues] ( https://github.com/input-output-hk/hermes/issues )
4343that might help you.
4444In case you have found a suitable issue and still need clarification, you can write your question
45- [ here ] ( https://github.com/input-output-hk/hermes/discussions ) .
45+ [ in our discussions ] ( https://github.com/input-output-hk/hermes/discussions ) .
4646It is also advisable to search the internet for answers first.
4747
4848If you then still feel the need to ask a question and need clarification, we recommend the following:
@@ -75,11 +75,11 @@ Please complete the following steps in advance to help us fix any potential bug
7575* Also make sure to search the internet (including Stack Overflow)
7676 to see if users outside the GitHub community have discussed the issue.
7777* 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?
8383 And can you also reproduce it with older versions?
8484
8585#### How Do I Submit a Good Bug Report?
0 commit comments