File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Something is not working
4
+ labels : bug
5
+ ---
6
+
7
+ <!-- Thanks for taking the time to report a bug -->
8
+ <!-- Fill in all entries in this template to make the process as efficient as possible for everyone involved -->
9
+
10
+ ** Describe the issue**
11
+ <!-- Please include steps to reproduce your issue, provide example code snippets if possible -->
12
+
13
+ ** Expected behaviour**
14
+ <!-- What did you expect to happen instead -->
15
+
16
+ ** Technical Details**
17
+ <!-- Please provide us with some technical details in case we have to reproduce the issue ourselves -->
18
+ * stdlib version*
19
+ <!-- latest version is subject to change, copy the commit hash here (git show-ref HEAD) -->
20
+
21
+ * Compiler version*
22
+ <!-- e.g. GCC 10.2, Intel Fortran classic 21.1, ... -->
23
+
24
+ * Platform and Architecture*
25
+ <!-- e.g. Windows 10/x86_64, MacOS/aarch64, ... -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Proposal
3
+ about : An idea for a new feature
4
+ labels : idea
5
+ ---
6
+
7
+ <!-- Thanks for proposing a new feature for stdlib -->
8
+
9
+ ** Description**
10
+ <!-- Please describe the feature, please provide examples -->
11
+ <!-- Use codefences (```) to add literal codeblocks for examples -->
12
+
13
+ ** Prior Art**
14
+ <!-- Are there projects implementing the proposed functionality already -->
You can’t perform that action at this time.
0 commit comments