You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/contributing.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ Contribution guide for Mithril.js
7
7
-[How should I report bugs?](#how-should-i-report-bugs?)
8
8
-[How do I send a pull request?](#how-do-i-send-a-pull-request?)
9
9
-[I'm submitting a PR. How do I run tests?](#i'm-submitting-a-pr-how-do-i-run-tests?)
10
-
-[How do I build Mithril.js?](#how-do-i-build-mithril?)
10
+
-[How do I build Mithril.js?](#how-do-i-build-mithriljs?)
11
11
-[Is there a style guide?](#is-there-a-style-guide?)
12
-
-[How do I embed live previews in docs?](#how-do-I-embed-live-previews-in-docs?)
12
+
-[How do I embed live previews in docs?](#how-do-i-embed-live-previews-in-docs?)
13
13
-[Why do tests mock the browser APIs?](#why-do-tests-mock-the-browser-apis?)
14
-
-[Why does Mithril.js use its own testing framework and not Mocha/Jasmine/Tape?](#why-does-mithril-use-its-own-testing-framework-and-not-mochajasminetape?)
14
+
-[Why does Mithril.js use its own testing framework and not Mocha/Jasmine/Tape?](#why-does-mithriljs-use-its-own-testing-framework-and-not-mochajasminetape?)
15
15
-[Why doesn't the Mithril.js codebase use ES6 via Babel or Bublé? Would a PR to upgrade be welcome?](#why-doesn't-the-mithril-codebase-use-es6-via-babel-or-bublé?-would-a-pr-to-upgrade-be-welcome?)
16
-
-[Why doesn't the Mithril.js codebase use trailing semi-colons? Would a PR to add them be welcome?](#why-doesn't-the-mithril-codebase-use-trailing-semi-colons?-would-a-pr-to-add-them-be-welcome?)
17
-
-[Why does the Mithril.js codebase use a mix of `instanceof` and `typeof` checks instead of `Object.prototype.toString.call`, `Array.isArray`, etc? Would a PR to refactor those checks be welcome?](#why-does-the-mithril-codebase-use-a-mix-of-instanceof-and-typeof-checks-instead-of-objectprototypetostringcall,-arrayisarray,-etc?-would-a-pr-to-refactor-those-checks-be-welcome?)
18
-
-[What should I know in advance when attempting a performance related contribution?](#What-should-I-know-in-advance-when-attempting-a-performance-related-contribution?)
16
+
-[Why doesn't the Mithril.js codebase use trailing semi-colons? Would a PR to add them be welcome?](#why-doesn't-the-mithriljs-codebase-use-trailing-semi-colons?-would-a-pr-to-add-them-be-welcome?)
17
+
-[Why does the Mithril.js codebase use a mix of `instanceof` and `typeof` checks instead of `Object.prototype.toString.call`, `Array.isArray`, etc? Would a PR to refactor those checks be welcome?](#why-does-the-mithriljs-codebase-use-a-mix-of-instanceof-and-typeof-checks-instead-of-objectprototypetostringcall,-arrayisarray,-etc?-would-a-pr-to-refactor-those-checks-be-welcome?)
18
+
-[What should I know in advance when attempting a performance related contribution?](#what-should-i-know-in-advance-when-attempting-a-performance-related-contribution?)
19
19
-[Do you all accept donations?](#do-you-all-accept-donations?)
20
20
21
21
## How do I go about contributing ideas or new features?
0 commit comments