-
-
Notifications
You must be signed in to change notification settings - Fork 169
/
ISSUE_TEMPLATE
23 lines (19 loc) · 1.34 KB
/
ISSUE_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### I'm having an issue:
- Give an expressive description of what is went wrong
- Version of `Meteor-Files` you're experiencing this issue
- Version of `Meteor` you're experiencing this issue
- Where this issue appears? OS (Mac/Win/Linux)? Browser name and its version?
- Is it *Client* or *Server* issue?
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)
### I had an issue and I've solved it on my own:
- Provide a description of steps that you've followed to solve the problem
- Provide links to websites and/or pages with the information that helped you (*if there are any*)
### I have a suggestion:
- Describe your feature / request
- How you going to use it? Give a usage example(s)
### Documentation is missing something or incorrect (have typos, etc.):
- Give an expressive description what you have changed/added and why
- Make sure you're using correct markdown markup
- Make sure all code blocks starts with tripple ``` (*backtick*) and have a syntax tag, for more read [this docs](https://help.github.com/articles/creating-and-highlighting-code-blocks/#syntax-highlighting)
- Post your addition/changes in issue, we will manage it
## Thank you, and do not forget to get rid of this default message