File tree 8 files changed +83
-132
lines changed
8 files changed +83
-132
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Something isn't working as it should
3
+ labels : " bug"
4
+
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Describe the problem, ie expected/actual result (if it's not blatantly obvious)
9
+ - type : textarea
10
+ attributes :
11
+ label : Gist to reproduce
12
+ description : >
13
+ Full source code is appreciated. We also very much appreciate
14
+ it if you try to narrow the source down to a small stand-alone example.
15
+ render : python
16
+ - type : markdown
17
+ attributes :
18
+ value : " # Your Environment"
19
+ - type : textarea
20
+ attributes :
21
+ label : Basedmypy version
22
+ description : output of `mypy --version`
23
+ - type : input
24
+ attributes :
25
+ label : Command-line flags
26
+ - type : input
27
+ attributes :
28
+ label : Configuration options from `pyptoject.toml` (and other config files)
29
+ - type : input
30
+ attributes :
31
+ label : Python version used
32
+ - type : input
33
+ attributes :
34
+ label : Operating system and version
35
+ description : Linux/macOS/Windows/wsl etc
Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - about : " Please ask and answer usage questions in the discussions section."
3
+ name : Question
4
+ url : " https://github.com/KotlinIsland/basedmypy/discussions"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Crash Report
2
+ description : Use this form only if mypy reports an "INTERNAL ERROR", "IMPOSTER DETECTED" and/or gives a traceback.
3
+ labels : " crash"
4
+
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Crash Report
9
+ description : Tell us what happened.
10
+ - type : textarea
11
+ attributes :
12
+ label : Traceback
13
+ description : Please include the traceback and all other messages below (use `mypy --show-traceback`)
14
+ render : markdown
15
+ - type : textarea
16
+ attributes :
17
+ label : Gist to reproduce
18
+ description : >
19
+ Full source code is appreciated. We also very much appreciate
20
+ it if you try to narrow the source down to a small stand-alone example.
21
+ render : python
22
+ - type : markdown
23
+ attributes :
24
+ value : " # Your Environment"
25
+ - type : textarea
26
+ attributes :
27
+ label : Basedmypy version
28
+ description : output of `mypy --version`
29
+ - type : input
30
+ attributes :
31
+ label : Command-line flags
32
+ - type : input
33
+ attributes :
34
+ label : Configuration options from `pyptoject.toml` (and other config files)
35
+ - type : input
36
+ attributes :
37
+ label : Python version used
38
+ - type : input
39
+ attributes :
40
+ label : Operating system and version
41
+ description : Linux/macOS/Windows/wsl etc
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ about: Report a problem with the documentation
4
4
labels : " documentation"
5
5
---
6
6
7
- ** Documentation**
8
-
9
7
(A clear and concise description of the issue.)
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature
3
- about : Submit a proposal for a new mypy feature
3
+ about : Submit a proposal for a based new mypy feature
4
4
labels : " feature"
5
5
---
6
6
7
- ** Feature **
7
+ Before you raise this, consider if it's better suited to a discussion: https://github.com/KotlinIsland/basedmypy/discussions
8
8
9
- (A clear and concise description of your feature proposal.)
10
-
11
- ** Pitch**
12
-
13
- (Please explain why this feature should be implemented and how it would be used. Add examples, if applicable.)
9
+ <!-- Would be a banger if you included usage samples -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments