Skip to content

Commit 0afdbd1

Browse files
Add issue and PR templates (#41)
1 parent 8698dbc commit 0afdbd1

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
Thank you for taking the time to report an issue! We're glad to have you involved with Ruff.
3+
4+
If you're filing a bug report, please consider including the following information:
5+
6+
* A minimal code snippet that reproduces the bug.
7+
* The current Ruff settings (any relevant sections from your `pyproject.toml`).
8+
* The current Ruff version (`ruff --version`).
9+
* A description of your environment (e.g., operating system, Python version, etc.).
10+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Thank you for contributing to Ruff! To help us out with reviewing, please consider the following:
3+
4+
- Does this pull request include a summary of the change? (See below.)
5+
- Does this pull request include a descriptive title?
6+
- Does this pull request include references to any relevant issues?
7+
-->
8+
9+
## Summary
10+
11+
<!-- What's the purpose of the change? What does it do, and why? -->
12+
13+
## Test Plan
14+
15+
<!-- How was it tested? -->

0 commit comments

Comments
 (0)