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: CONTRIBUTING.md
+18-28
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Stack Overflow is a much better place to ask questions since:
26
26
27
27
To save your and our time, we will systematically close all issues that are requests for general support and redirect people to Stack Overflow.
28
28
29
-
If you would like to chat about the question in real-time, you can reach out via [our gitter channel][gitter].
29
+
If you would like to chat about the question in real-time, you can reach out via [our discord server][discord].
30
30
31
31
## <aname="issue"></a> Found a Bug?
32
32
If you find a bug in the source code, you can help us by
@@ -50,15 +50,15 @@ and help you to craft the change so that it is successfully accepted into the pr
50
50
51
51
Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available.
52
52
53
-
We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. In order to reproduce bugs, we will systematically ask you to provide a minimal reproduction scenario using http://plnkr.co. Having a live, reproducible scenario gives us a wealth of important information without going back & forth to you with additional questions like:
53
+
We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. In order to reproduce bugs, we will systematically ask you to provide a minimal reproduction scenario using [Stackblitz][stackblitz]. Having a live, reproducible scenario gives us a wealth of important information without going back & forth to you with additional questions like:
54
54
55
55
- version of Daffodil used
56
56
- 3rd-party libraries and their versions
57
57
- and most importantly - a use-case that fails
58
58
59
-
A minimal reproduce scenario using http://plnkr.co/ allows us to quickly confirm a bug (or point out coding problem) as well as confirm that we are fixing the right problem. If plunker is not a suitable way to demonstrate the problem (for example for issues related to our npm packaging), please create a standalone git repository demonstrating the problem.
59
+
A minimal reproduce scenario using [Stackblitz][stackblitz] allows us to quickly confirm a bug (or point out coding problem) as well as confirm that we are fixing the right problem. If Stackblitz is not a suitable way to demonstrate the problem (for example for issues related to our npm packaging), please create a standalone git repository demonstrating the problem.
60
60
61
-
We will be insisting on a minimal reproduce scenario in order to save maintainers time and ultimately be able to fix more bugs. Interestingly, from our experience users often find coding problems themselves while preparing a minimal plunk. We understand that sometimes it might be hard to extract essentials bits of code from a larger code-base but we really need to isolate the problem before we can fix it.
61
+
We will be insisting on a minimal reproduce scenario in order to save maintainers time and ultimately be able to fix more bugs. Interestingly, from our experience users often find coding problems themselves while preparing a minimal stackblitz. We understand that sometimes it might be hard to extract essentials bits of code from a larger code-base but we really need to isolate the problem before we can fix it.
62
62
63
63
Unfortunately, we are not able to investigate / fix bugs without a minimal reproduction, so if we don't hear back from you we are going to close an issue that doesn't have enough info to be reproduced.
64
64
@@ -146,9 +146,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
146
146
147
147
* All features or bug fixes **must be tested** by one or more specs (unit-tests).
148
148
* All public API methods **must be documented**. (Details TBC).
149
-
* We follow [Google's JavaScript Style Guide][js-style-guide], but wrap all code at
150
-
**100 characters**. An automated formatter is available, see
151
-
[DEVELOPER.md](docs/DEVELOPER.md#clang-format).
149
+
* We use various linting programs to automatically format our files. See the [developer docs][dev-doc] for more info.
0 commit comments