forked from wix/react-native-calendars
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tautvilas
committed
Aug 3, 2017
1 parent
601f4f6
commit 8a2786a
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections. | ||
|
||
## Description | ||
|
||
1-2 sentences describing the problem you're having or the feature you'd like to request | ||
|
||
## Expected Behavior | ||
|
||
What action did you perform, and what did you expect to happen? | ||
|
||
## Observed Behavior | ||
|
||
What actually happened when you performed the above actions? | ||
|
||
If there's an error message, please paste the *full terminal output and error message* in this code block: | ||
|
||
``` | ||
Error text goes here! | ||
``` | ||
|
||
## Environment | ||
|
||
Please run these commands in the project folder and fill in their results: | ||
|
||
* `npm ls react-native-calendars`: | ||
* `npm ls react-native`: | ||
|
||
Also specify: | ||
|
||
1. Phone/emulator/simulator & version: | ||
|
||
## Reproducible Demo | ||
|
||
Please provide a minimized reproducible demonstration of the problem you're reporting. | ||
|
||
Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves. |