Skip to content

Commit d45c632

Browse files
authored
Add incompatibility issue template
1 parent b0db7c1 commit d45c632

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Report incompatibility
3+
about: Report an incompatibility between RustPython and CPython
4+
title: ''
5+
labels: feat
6+
assignees: ''
7+
8+
---
9+
10+
## Feature
11+
12+
<!-- What Python feature is missing from RustPython? Give a short description of the feature and how you ran into its absence. -->
13+
14+
## Python Documentation
15+
16+
<!-- Give a link to the feature in the CPython documentation (https://docs.python.org/3/) in order to assist in its implementation. -->

0 commit comments

Comments
 (0)