Skip to content

Commit 71c3da2

Browse files
committed
Adding some guidelines for asking questions... 😒
Some people just don't try, or google it... Seriously...
1 parent b9c4b77 commit 71c3da2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Asking questions
2+
================
3+
4+
You can ask questions by posting an issue. There is no problem, I'll just add the label `question`.
5+
6+
However, please follow those simple guidelines before posting:
7+
8+
1. Describe your issue in an understandable english (english is not my native language, but I still try to write something decent, and so should you).
9+
2. Please be polite (and occasionally avoid being a beggar... :unamused:).
10+
3. Provide a code to illustrate your issue. A [plnkr](http://plnkr.co/) or something alike is better.
11+
4. Github provides us a wonderful [Markdown](https://help.github.com/articles/github-flavored-markdown) (text-to-HTML), so use it without restraint, especially when putting your code.
12+
5. Some really good advices on how to ask question:
13+
* on [StackOverflow](http://stackoverflow.com/help/how-to-ask)
14+
* on [DataTables](https://datatables.net/manual/tech-notes/10)
15+
16+
Well, that's just some common sense, so it should not be so hard to follow them.
17+
18+
Thank you.
19+
120
Contributing
221
============
322

0 commit comments

Comments
 (0)