File tree 4 files changed +66
-35
lines changed
4 files changed +66
-35
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
11
+
12
+ Please be concise with code posted. See guidelines below on how to provide a good bug report:
13
+
14
+ - Craft Minimal Bug Reports: http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
15
+ - Minimal Complete Verifiable Examples: https://stackoverflow.com/help/mcve
16
+
17
+ Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly.
18
+ -->
19
+
20
+ ** What happened** :
21
+
22
+ ** What you expected to happen** :
23
+
24
+ ** Minimal Complete Verifiable Example** :
25
+
26
+ ``` python
27
+ # Put your MCVE code here
28
+ ```
29
+
30
+ ** Anything else we need to know?** :
31
+
32
+ ** Environment** :
33
+
34
+ <details ><summary >Output of <tt >xr.show_versions()</tt ></summary >
35
+
36
+ <!-- Paste the output here xr.show_versions() here -->
37
+
38
+
39
+ </details >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : General Question
4
+ url : https://stackoverflow.com/questions/tagged/python-xarray
5
+ about : " If you have a question like *How do I append to an xarray.Dataset?* then please ask on Stack Overflow using the #python-xarray tag."
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- Please do a quick search of existing issues to make sure that this has not been asked before. -->
11
+
12
+ ** Is your feature request related to a problem? Please describe.**
13
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
14
+
15
+ ** Describe the solution you'd like**
16
+ A clear and concise description of what you want to happen.
17
+
18
+ ** Describe alternatives you've considered**
19
+ A clear and concise description of any alternative solutions or features you've considered.
20
+
21
+ ** Additional context**
22
+ Add any other context about the feature request here.
You can’t perform that action at this time.
0 commit comments