Skip to content

Commit 1aeaf4a

Browse files
authored
Merge pull request RustPython#4912 from youknowone/issue-templates
Add more issue templates
2 parents 5d3e12f + df68316 commit 1aeaf4a

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

.github/ISSUE_TEMPLATE/empty.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Generic issue template
3+
about: which is not covered by other templates
4+
title: ''
5+
labels:
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
12+
<!-- Short description of the issue. -->
13+
14+
## Details
15+
16+
<!-- Whatever you want to share -->
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Request a feature to use RustPython (as a Rust library)
4+
title: ''
5+
labels: C-enhancement
6+
assignees: 'youknowone'
7+
8+
---
9+
10+
## Summary
11+
12+
<!-- Short description of the request. Please use incompatibility form to report missing features as Python interpreter -->
13+
14+
## Expected use case
15+
16+
<!-- By sharing detailed use case, we can understand the requirements better! If it will be used by open source projects, please also share the project URL. -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Report bugs
3+
about: Report a bug not related to CPython compatibility
4+
title: ''
5+
labels: C-bug
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
12+
<!-- Short description of the bug -->
13+
14+
## Expected
15+
16+
<!-- What's the expected result? Using ``` ``` block is preferred for text. -->
17+
18+
## Actual
19+
20+
<!-- What's the actual result? Using ``` ``` block is preferred for text. -->
21+
22+
## Python Documentation
23+
24+
<!-- If applicable. -->

.github/ISSUE_TEMPLATE/report-incompatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Report incompatibility
33
about: Report an incompatibility between RustPython and CPython
44
title: ''
5-
labels: feat
5+
labels: C-compat
66
assignees: ''
77

88
---
@@ -11,6 +11,6 @@ assignees: ''
1111

1212
<!-- What Python feature is missing from RustPython? Give a short description of the feature and how you ran into its absence. -->
1313

14-
## Python Documentation
14+
## Python Documentation or reference to CPython source code
1515

1616
<!-- 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)