You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixing line endings and removing dead code
* Missing descriptions due to line endings
* Enforcing that the line endings should be LF
* Potential fix for code scanning alert no. 18: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Fixing readme generator
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi
55
55
-[Product Manager Assistant: Feature Identification and Specification](prompts/gen-specs-as-issues.prompt.md) - This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
56
56
-[Javascript Typescript Jest](prompts/javascript-typescript-jest.prompt.md) - Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.
57
57
-[Multi Stage Dockerfile](prompts/multi-stage-dockerfile.prompt.md) - Create optimized multi-stage Dockerfiles for any language or framework
-[VS Code Settings](https://code.visualstudio.com/docs/getstarted/settings) - General VS Code configuration guide
81
81
82
+
## 🛠️ Development Configuration
83
+
84
+
This repository uses various configuration files to ensure consistent code style and avoid issues with line endings:
85
+
86
+
-[`.editorconfig`](.editorconfig) - Defines coding styles across different editors and IDEs
87
+
-[`.gitattributes`](.gitattributes) - Ensures consistent line endings in text files
88
+
-[`.vscode/settings.json`](.vscode/settings.json) - VS Code-specific settings for this repository
89
+
-[`.vscode/extensions.json`](.vscode/extensions.json) - Recommended VS Code extensions
90
+
91
+
> 💡 **Note**: All markdown files in this repository use LF line endings (Unix-style) to avoid mixed line endings issues. The repository is configured to automatically handle line endings conversion.
82
92
83
93
## 📄 License
84
94
@@ -90,8 +100,8 @@ Please note that this project is released with a [Contributor Code of Conduct](C
90
100
91
101
## ™️ Trademarks
92
102
93
-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
94
-
trademarks or logos is subject to and must follow
103
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
6
-
7
-
For help or questions about using this project, please raise an issue on GitHub.
8
-
9
-
Please include one of the following statements file:
10
-
11
-
-**Awesome Copilot Prompts** is under active development and maintained by GitHub and Microsoft staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
12
-
-
13
-
## GitHub Support Policy
14
-
15
-
Support for this project is limited to the resources listed above.
1
+
# Support
2
+
3
+
## How to file issues and get help
4
+
5
+
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
6
+
7
+
For help or questions about using this project, please raise an issue on GitHub.
8
+
9
+
Please include one of the following statements file:
10
+
11
+
-**Awesome Copilot Prompts** is under active development and maintained by GitHub and Microsoft staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
12
+
-
13
+
## GitHub Support Policy
14
+
15
+
Support for this project is limited to the resources listed above.
0 commit comments