Skip to content

Commit 3421e7c

Browse files
Remove executable
1 parent 8734daa commit 3421e7c

File tree

3 files changed

+319
-342
lines changed

3 files changed

+319
-342
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Fixes #(issue_number) <!-- If applicable -->
77
## Type of Change
88

99
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
10-
- [ ] ✨ New feature (non-breaking change which adds functionality)
10+
- [ ] ✨ New feature (non-breaking change which adds functionality)
1111
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
1212
- [ ] 📚 Documentation update
1313
- [ ] 🔧 Refactoring (no functional changes, no api changes)
@@ -20,19 +20,20 @@ Fixes #(issue_number) <!-- If applicable -->
2020
If this PR adds support for new JavaScript features, please specify:
2121

2222
- [ ] ES5 features
23-
- [ ] ES6/ES2015 features
23+
- [ ] ES6/ES2015 features
2424
- [ ] ES2016+ features
2525
- [ ] Node.js specific features
2626
- [ ] Browser specific features
2727
- [ ] TypeScript syntax (if applicable)
2828

29-
**Feature details:**
29+
**Feature details:**
30+
3031
<!-- Describe the JavaScript language features supported -->
3132

3233
## Parser Changes
3334

3435
- [ ] Lexer changes (`.x` files)
35-
- [ ] Grammar changes (`.y` files)
36+
- [ ] Grammar changes (`.y` files)
3637
- [ ] AST changes
3738
- [ ] Pretty printer changes
3839
- [ ] Error handling changes
@@ -48,7 +49,7 @@ If this PR adds support for new JavaScript features, please specify:
4849

4950
**Test coverage:** <!-- Mention coverage percentage if known -->
5051

51-
## CLAUDE.md Compliance
52+
## Code Compliance
5253

5354
- [ ] Functions are ≤15 lines
5455
- [ ] Function parameters are ≤4
@@ -73,7 +74,7 @@ If this PR adds support for new JavaScript features, please specify:
7374

7475
## Checklist
7576

76-
- [ ] My code follows the CLAUDE.md style guidelines
77+
- [ ] My code follows the Code style guidelines
7778
- [ ] I have performed a self-review of my own code
7879
- [ ] I have commented my code, particularly in hard-to-understand areas
7980
- [ ] I have made corresponding changes to the documentation
@@ -92,4 +93,4 @@ If this PR adds support for new JavaScript features, please specify:
9293

9394
---
9495

95-
**Note:** This PR will be automatically tested against multiple GHC versions and operating systems. Ensure compatibility across the supported matrix.
96+
**Note:** This PR will be automatically tested against multiple GHC versions and operating systems. Ensure compatibility across the supported matrix.

0 commit comments

Comments
 (0)