Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e793c37

Browse files
Petr Kotekpkozlowski-opensource
Petr Kotek
authored andcommitted
docs(contributing): fix typos
Closes #2566
1 parent 9030d2c commit e793c37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on (StackOverflow)[http://stackoverflow.com/questions/tagged/angular-ui-bootstrap] where maintainers are looking at questions questions tagged with `angular-ui-bootstrap`.
44

55
StackOverflow is a much better place to ask questions since:
6-
* there are hundereds of people willing to help on StackOverflow
6+
* there are hundreds of people willing to help on StackOverflow
77
* questions and answers stay available for public viewing so your question / answer might help someone else
88
* SO voting system assures that the best answers are prominently visible.
99

1010
To save your and our time we will be systematically closing all the issues that are request for general support and redirecting people to StackOverflow.
1111

1212
## You think you've found a bug?
1313

14-
Oh, we are ashamed and want to fix it asap! 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_ reproduce scenario using http://plnkr.co/. Having a live reproduce scenario gives us welth of important information without going back & forth to you with additional questions like:
14+
Oh, we are ashamed and want to fix it asap! 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_ reproduce scenario using http://plnkr.co/. Having a live reproduce scenario gives us wealth of important information without going back & forth to you with additional questions like:
1515
* version of AngularJS used
1616
* version of this library that you are using
1717
* 3rd-party libraries used, if any
1818
* and most importantly - a use-case that fails
1919

2020
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.
2121

22-
We will be insisting on a minimal reproduce scenario in order to save maintainers time and ultimatelly be able to fix more bugs. Interestingly, from our experience users often find coding problems theimselves 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.
22+
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.
2323

24-
The best part is that you don't need to create plunks from scractch - you can for one from our [demo page](http://angular-ui.github.io/bootstrap/).
24+
The best part is that you don't need to create plunks from scratch - you can for one from our [demo page](http://angular-ui.github.io/bootstrap/).
2525

26-
Unfortunatelly we are not able to investigate / fix bugs without a minimal reproduce scenario using http://plnkr.co/, so if we don't hear back from you we are going to close an issue that don't have enough info to be reproduced.
26+
Unfortunately we are not able to investigate / fix bugs without a minimal reproduce scenario using http://plnkr.co/, so if we don't hear back from you we are going to close an issue that don't have enough info to be reproduced.
2727

2828

2929
## You want to contribute some code?

0 commit comments

Comments
 (0)