Skip to content

Conversation

@ZaweSK
Copy link
Contributor

@ZaweSK ZaweSK commented Jun 3, 2025

Description

Added a instructions file for copilot. This represents a set of rules that copilot uses to get context when providing solutions. The file is automatically added as a context in copilot chat
image

@ZaweSK ZaweSK requested a review from Copilot June 3, 2025 07:55
@ZaweSK ZaweSK self-assigned this Jun 3, 2025
@ZaweSK ZaweSK added the enhancement New feature or request label Jun 3, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds a new Copilot instructions file to provide both general and project-specific coding guidelines for the React Native project.

  • Introduces .github/copilot-instructions.md containing shared and per-project rules
  • Defines code style, tooling, and library preferences for Copilot suggestions

@ZaweSK ZaweSK requested review from Copilot and petrkonecny2 and removed request for karel-suchomel, petrkonecny2, xcapistr and zarifabdalimov June 3, 2025 07:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new instructions file for Copilot to provide coding guidelines and context for the React Native project.

  • Added .github/copilot-instructions.md with general and project-specific instructions.
  • Details guidelines for code quality, code style, and preferred modules/libraries.

@ZaweSK ZaweSK marked this pull request as ready for review June 3, 2025 08:01
- Avoid using `any` types. Always use specific types or interfaces.
- Avoid nesting ternary expressions.

# ------------------- PROJECT-SPECIFIC INSTRUCTIONS -----------------------
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some basic setup based on wha we have in project and what you shared @pchalupa . But its all open for discussion what should be actually shared across team

Copy link
Contributor

@pchalupa pchalupa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

Copy link
Contributor

@matejpolak matejpolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats for your first contribution @ZaweSK 👏

@ZaweSK ZaweSK merged commit 58c0d1f into main Jun 19, 2025
1 check passed
@ZaweSK ZaweSK deleted the feat/copilotInstructions branch June 19, 2025 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants