Merged
Conversation
Signed-off-by: Iva Horn <iva.horn@icloud.com>
e146768 to
5c7ee3e
Compare
5c7ee3e to
c92f179
Compare
c92f179 to
b089a53
Compare
Signed-off-by: Iva Horn <iva.horn@icloud.com>
b089a53 to
45d5bd0
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a set of contributor guidelines for the Swift-based iOCNotes project and removes an old localization configuration file.
- Adds
.github/copilot-instructions.mdwith project overview, code standards, development flow, repository structure, and key guidelines for contributors. - Removes
.bartycrouch.tomllocalization config—ensure the localization pipeline is updated accordingly.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/copilot-instructions.md | New contributor guide outlining project purpose, SwiftLint enforcement, build/test commands, and repo layout |
| .bartycrouch.toml | Deleted obsolete BartyCrouch configuration for localization tasks |
Comments suppressed due to low confidence (3)
.github/copilot-instructions.md:9
- The note says SwiftLint runs only on
iOCNotes/, but theswiftlintcommand lints the entire project by default—either scope the command (e.g.,swiftlint autocorrect --path iOCNotes/) or update the text to reflect the actual behavior.
- Run `swiftlint` before committing any changes to ensure proper code formatting
.github/copilot-instructions.md:30
- [nitpick] Consider ensuring this numeric list is rendered as a proper Markdown ordered list by adding a blank line before it—this improves readability in rendered views.
1. Follow Swift best practices and idiomatic patterns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.