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
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,25 @@ Please, do not open an issue only to ask a question; it is not the best place fo
15
15
16
16
If it's not, you can leave your question on:
17
17
18
-
*[tlk.io/sassdoc](http://tlk.io/sassdoc)
18
+
*[SassDoc on Slack](http://sassdoc.slack.com/)
19
19
*[#sassdoc on freenode](http://webchat.freenode.net/)
20
20
21
-
If you need a quick reply or don't feel really comfortable with asking on a public channel, try getting in touch with us on Twitter: [@SassDoc_](https://twitter.com/sassdoc_).
21
+
If you need a quick reply or don't feel really comfortable with asking on a public channel, try getting in touch with us on Twitter: [@SassDoc_](https://twitter.com/sassdoc_), the official account.
22
22
23
23
## Filling a bug
24
24
25
25
So you think you've found a bug? Likely. We're all humans after all! Before even opening an issue, you have to know how SassDoc is architected so you can submit an issue in the accurate repository:
26
26
27
27
*[Core](https://github.com/sassdoc/sassdoc): API (you're here)
28
-
*[Theme](https://github.com/sassdoc/sassdoc-theme-light): Theme, templates and styles
28
+
*[Theme](https://github.com/sassdoc/sassdoc-theme-default): Theme, templates and styles
29
29
*[Extras](https://github.com/sassdoc/sassdoc-extras): Extra tools for theme authors
Please give GitHub's search a try first, to make sure someone didn't already submit something similar. If what you've found seems unique, be sure to open an issue in the appropriate repository with a clear title and a description as complete as possible.
37
39
@@ -48,8 +50,8 @@ Want to contribute? Awesome!
48
50
49
51
If it's a little something like typo, styles or wording, feel free to jump on it and submit a pull request; chances are high it will be quickly merged.
50
52
51
-
If you are thinking of something a bit more complex, be sure to talk with someone from the team before even starting coding in order to avoid any useless work.
53
+
If you are thinking of something a bit more complex, be sure to talk with someone from the team before even starting coding in order to avoid any useless work. Also be sure to read our [code guidelines](GUIDELINES.md).
52
54
53
-
New features or sizeable refactors should be based on the `develop` branch.
55
+
New features or sizeable refactors should be based on the `develop` branch while bugfixes should head into both `master` and `develop`.
0 commit comments