Skip to content

Commit

Permalink
Update new-lint-request.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth authored Oct 16, 2024
1 parent ace3557 commit 36b7803
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/new-lint-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ assignees: ''

---

_Describe the lint you'd like to see added to Resyntax. Include example code in the test case below._
_Describe the lint you'd like to see added to Resyntax. Include example code in the test case below. If applicable, include links to files where this lint would help._

```
#lang resyntax/private/refactoring-test
```scheme
#lang resyntax/test
test: "original code should be refactorable to new code"
--------------------
#lang racket
;; Put the original code here
Expand All @@ -21,5 +22,3 @@ _Describe the lint you'd like to see added to Resyntax. Include example code in
;; Put the code you'd like Resyntax to generate here
--------------------
```

_If applicable, include links to files where this lint would help._

0 comments on commit 36b7803

Please sign in to comment.