Skip to content

2 Markdown files are executable #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks done
rgoldberg opened this issue May 11, 2025 · 0 comments · May be fixed by #117
Open
2 tasks done

2 Markdown files are executable #116

rgoldberg opened this issue May 11, 2025 · 0 comments · May be fixed by #117
Labels
bug Something isn't working

Comments

@rgoldberg
Copy link

2 Markdown files are executable:

  • .github/ISSUE_TEMPLATE/BUG_REPORT.md
  • .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Information

  • Package version: main
  • Platform version: macOS 15.4.1
  • Swift version:
    swift-driver version: 1.120.5 Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
    Target: arm64-apple-macosx15.0

Checklist

  • If possible, I've reproduced the issue using the main branch of this package.
  • I've searched for existing reports of the same issue.

Steps to Reproduce

$ stat -f %Sp .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
-rwxr-xr-x
-rwxr-xr-x

Expected behavior

$ stat -f %Sp .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
-rw-r--r--
-rw-r--r--

Actual behavior

$ stat -f %Sp .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
-rwxr-xr-x
-rwxr-xr-x
@rgoldberg rgoldberg added the bug Something isn't working label May 11, 2025
@rgoldberg rgoldberg linked a pull request May 11, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant