Skip to content

Conversation

@nastanford
Copy link
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description

Copilot Instructions for ColdFusion Development
This pull request introduces Copilot instructions specifically tailored for ColdFusion CFC (Component) and CFM (Markup) files. These instructions provide foundational guidelines to improve code generation accuracy and consistency when working with ColdFusion projects.
Overview:
The included instructions serve as a baseline configuration that can be customized based on project-specific requirements and coding standards.
Files Affected:

ColdFusion Component (.cfc) files
ColdFusion Markup (.cfm) files


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify):

Additional Notes

Next Steps:
Teams are encouraged to review and modify these instructions to align with their specific development practices and organizational standards.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings September 9, 2025 03:36
Copy link
Contributor

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 ColdFusion-specific Copilot instructions to improve code generation and consistency for ColdFusion development. The instructions provide coding standards and best practices tailored for both CFC (Component) and CFM (Markup) files.

Key Changes:

  • Introduces baseline ColdFusion coding standards covering syntax preferences, security practices, and code organization
  • Provides separate instruction sets optimized for CFC and CFM file types
  • Includes HTMX-specific guidance for CFM files

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
instructions/coldfusion-cfm-instructions.md Adds coding standards for ColdFusion markup files with HTMX integration guidelines
instructions/coldfusion-cfc-instructions.md Adds coding standards for ColdFusion component files with OOP best practices

@nastanford
Copy link
Contributor Author

I am new to pull requests. not sure what I am doing wrong.

@aaronpowell
Copy link
Contributor

I am new to pull requests. not sure what I am doing wrong.

No problems @nastanford, I'm here to help.

First, can you update the file names so they are .instructions.md, so coldfusion-cfc.instructions.md (and with cfm).

Once that's done, you'll need to run the update-readme.js script, which you can do with node update-readme.js so that the README is updated correctly.

@nastanford
Copy link
Contributor Author

nastanford commented Sep 10, 2025 via email

@nastanford
Copy link
Contributor Author

what do I need to fix now?

@aaronpowell aaronpowell merged commit 19d9a3f into github:main Sep 11, 2025
2 checks passed
@aaronpowell
Copy link
Contributor

what do I need to fix now?

All good. I just hadn't had time to review yesterday

@nastanford
Copy link
Contributor Author

nastanford commented Sep 11, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants