## GitHub Discussion 1: Prompt Versioning Best Practices #157801
-
BodyQuestion: My Context:
What I’d Love to Learn:
Guidelines
|
Beta Was this translation helpful? Give feedback.
Answered by
AbdulazizAl-Surabi
Apr 28, 2025
Replies: 1 comment
-
|
Hey Andche1512,
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andche1512
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Andche1512,
A good approach is to use a “prompts” folder in your repo with subfolders per prompt family, and store a prompt.json manifest alongside each version file:
text
prompts/
web-browsing/
v1.0/
prompt.txt
metadata.yaml # {version: 1.0, date: 2024-05-01, description: "Initial prompt with basic instructions"}
v1.1/
prompt.txt
metadata.yaml