-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add instructions for ColdFusion cfc and ColdFusion cfm files #233
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
Conversation
There was a problem hiding this 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 |
Co-authored-by: Copilot <[email protected]>
|
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 Once that's done, you'll need to run the |
|
I have updated it. If I missed anything, let me know.
[image: photo]
*Nathan Stanford*
Programmer/Manager
<http://www.facebook.com/Nathan.StanfordSr>
<http://www.linkedin.com/in/nathanstanford>
<http://twitter.com/nathanstanford>
…On Tue, Sep 9, 2025 at 9:26 PM Aaron Powell ***@***.***> wrote:
*aaronpowell* left a comment (github/awesome-copilot#233)
<#233 (comment)>
I am new to pull requests. not sure what I am doing wrong.
No problems @nastanford <https://github.com/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.
—
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANMWK76AOTI3TA56OP6F3L3R545HAVCNFSM6AAAAACF7LWG5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTENZSHA3TKOBSGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
what do I need to fix now? |
All good. I just hadn't had time to review yesterday |
|
Thanks, glad to help out since I have used ColdFusion since 1996.
[image: photo]
*Nathan Stanford*
Programmer/Manager
p:302- <302-359-4498>359-4498 | ***@***.*** |
<http://www.facebook.com/Nathan.StanfordSr>
<http://www.linkedin.com/in/nathanstanford>
<http://twitter.com/nathanstanford>
- *YouTube Channe*l: ***@***.***
…On Wed, Sep 10, 2025 at 8:19 PM Aaron Powell ***@***.***> wrote:
*aaronpowell* left a comment (github/awesome-copilot#233)
<#233 (comment)>
what do I need to fix now?
All good. I just hadn't had time to review yesterday
—
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANMWK2JXYCAFOXJW2X3C433SC5YFAVCNFSM6AAAAACF7LWG5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTENZWHE2TAOJWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Pull Request Checklist
node update-readme.jsand verified thatREADME.mdis 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
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.