Skip to content

Commit 026958a

Browse files
committed
Resolved merge conflict
2 parents 0f0a936 + 2f75562 commit 026958a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+5830
-1070
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. -->

.github/ISSUE_TEMPLATE/rfc.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: RFC
3+
about: Make a suggestion in a Request for Comments format to RustPython
4+
title: "[RFC] "
5+
labels: RFC
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
12+
<!-- A quick overview of your suggestion -->
13+
14+
## Detailed Explanation
15+
16+
<!-- Elaborate on your suggestion in all its details -->
17+
18+
## Drawbacks, Rationale, and Alternatives
19+
20+
<!-- What drawbacks might this solution have? Why do you feel it is necessary? What other options might there be to solving this problem? -->
21+
22+
## Unresolved Questions
23+
24+
<!-- What would you like feedback on for fleshing out your suggestion? -->

0 commit comments

Comments
 (0)