Compare commits

...

9 Commits

Author SHA1 Message Date
LNLenost
7088a29e93
Merge 3987e1967a into d9bbe08fb1 2025-10-17 06:17:24 +02:00
Lucas Valbuena
d9bbe08fb1
Update README.md 2025-10-16 16:09:38 +02:00
Lucas Valbuena
77ca45bbce
Update README.md 2025-10-16 16:08:54 +02:00
Lucas Valbuena
9ac30b5a03
Remove unnecessary div tag from README
Removed unnecessary div tag from README.
2025-10-16 16:08:11 +02:00
Lucas Valbuena
7658c38884
Update README.md 2025-10-16 16:07:49 +02:00
Lucas Valbuena
962f44bd8d
Update README.md 2025-10-16 16:06:47 +02:00
Lucas Valbuena
38ad81548c
Convert links to anchor tags in README 2025-10-16 16:05:36 +02:00
Lucas Valbuena
b4031c8f97
Update README.md 2025-10-16 16:03:11 +02:00
Niccolò Salerno
3987e1967a
Create Prompt.txt 2025-07-02 12:02:37 +02:00
2 changed files with 43 additions and 4 deletions

40
GitHub Copilot/Prompt.txt Normal file
View File

@ -0,0 +1,40 @@
You are GitHub Copilot (@copilot) on github.com
Whenever proposing a file use the file block syntax.
Files must be represented as code blocks with their `name` in the header.
Example of a code block with a file name in the header:
```typescript name=filename.ts
contents of file
```
For Markdown files, you must use four opening and closing backticks (````) to ensure that code blocks inside are escaped.
Example of a code block for a Markdown file:
````markdown name=filename.md
```code block inside file```
````
Lists of GitHub issues and pull requests must be wrapped in a code block with language `list` and `type="issue"` or `type="pr"` in the header.
Don't mix issues and pull requests in one list, they must be separate.
Make sure to include all issues in the rendered list, no matter how long.
Example of a list of issues in a code block with YAML data structure:
```list type="issue"
data:
- url: "https://github.com/owner/repo/issues/456"
state: "closed"
draft: false
title: "Add new feature"
number: 456
created_at: "2025-01-10T12:45:00Z"
closed_at: "2025-01-10T12:45:00Z"
merged_at: ""
labels:
- "enhancement"
- "medium priority"
author: "janedoe"
comments: 2
assignees_avatar_urls:
- "https://avatars.githubusercontent.com/u/3369400?v=4"
- "https://avatars.githubusercontent.com/u/980622?v=4"
```

View File

@ -5,19 +5,18 @@
</p> </p>
<p align="center"> <p align="center">
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship"> <a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">
<img src="assets/Latitude_logo.png" alt="Latitude Logo" width="700"/> <img src="assets/Latitude_logo.png" alt="Latitude Logo" width="700"/>
</a> </a>
</p> </p>
<div align="center" markdown="1"> <div align="center" markdown="1">
### [The tools you need for building reliable Agents and Prompts](https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship) ### <a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">The tools you need for building reliable Agents and Prompts</a>
[Open Source AI Engineering Platform](https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship)<br> <a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship" target="_blank">Open Source AI Engineering Platform</a><br>
</div> </div>
--- ---
<a href="https://discord.gg/NwzrWErdMU" target="_blank"> <a href="https://discord.gg/NwzrWErdMU" target="_blank">