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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ for actual bugs with code & implementation.
19
19
20
20
## <aname="issue"></a> Found an Issue?
21
21
On that note, if you think you *have* found a bug in Browsersync, please report
22
-
it via [Github Issues](https://github.com/shakyShane/browser-sync/issues).
22
+
it via [Github Issues](https://github.com/BrowserSync/browser-sync/issues).
23
23
24
24
## <aname="tips"></a> Tips for a creating a great issue report
25
25
@@ -39,11 +39,11 @@ An example project might contain a single `index.html` file with some JS/CSS fro
39
39
respond with something from giphy :p)
40
40
41
41
## <aname="feature"></a> Want a Feature?
42
-
You can request a new feature by submitting an issue to our [Github Issues](https://github.com/shakyShane/browser-sync/issues) page.
42
+
You can request a new feature by submitting an issue to our [Github Issues](https://github.com/BrowserSync/browser-sync/issues) page.
43
43
Prefix the title of your issue with "Feature Request:".
44
44
45
45
## <aname="docs"></a> Want a Doc Fix?
46
-
Head over to the [Browsersync Website Repo](https://github.com/shakyShane/browser-sync-website) & submit issues there.
46
+
Head over to the [Browsersync Website Repo](https://github.com/BrowserSync/browsersync.github.io) & submit issues there.
47
47
48
48
## <aname="pull"></a> Submitting a Pull Request
49
49
Pull requests should be branched off the main Master branch. (There's no guarantee that what lives on the develop
@@ -52,7 +52,7 @@ branch will ever make it back to master, I do a **lot** of experimentation)
52
52
## <aname="rules"></a> Coding Rules
53
53
To ensure consistency throughout the source code, keep these rules in mind as you are working:
54
54
55
-
* All features or bug fixes **must be tested** by one or more [specs](https://github.com/shakyShane/browser-sync/tree/master/test/specs).
55
+
* All features or bug fixes **must be tested** by one or more [specs](https://github.com/BrowserSync/browser-sync/tree/master/test/specs).
56
56
* Don't be put off by this, I'm more than happy to help you implement tests - so don't be shy! I'd much rather spend time helping
57
57
you to provide tests than risk losing you as a contributor :)
58
58
* Follow the code style (Builds will fail if you don't, check at any time with `npm test`). Also, this project has a [.editorconfig](.editorconfig) file to help with code style; go to [EditorConfig.org](http://editorconfig.org) and download the plugin for your IDE.
0 commit comments