Skip to content

Commit bd33e5c

Browse files
committed
First draft of a prompt for ChatGPT
1 parent 3f5c7bf commit bd33e5c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

meta/pattern-drafts-with-ai.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Creating InnerSource Pattern Drafts with AI
2+
3+
Our AI friends can help us to brainstorm and write new InnerSource patterns.
4+
Usual precaution should apply, as always with AI ;)
5+
6+
Below we share various prompts and instructions for different API tools.
7+
8+
## ChatGPT
9+
10+
Paste this prompt into ChatGPT, and add a description of the problem you are looking to solve, as well as the intended solution.
11+
Then populate the missing sections manually as you see fit.
12+
13+
You might also want to add an instruction to offer the answer directly as a markdown file.
14+
15+
```
16+
I want to write a new InnerSource Pattern.
17+
18+
The pattern needs to follow this template:
19+
https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/meta/pattern-template.md
20+
21+
Further instructions:
22+
- The headlines in the resulting pattern should be exactly the ones used in the template, and in the same order as in the template.
23+
- Leave the following sections empty: Known Instances, Status, Author, Related Patterns
24+
25+
This is the concept that I want to explain in the pattern:
26+
27+
<describe the problem and intended solution here in rough terms>
28+
```
29+
30+
## Cursor
31+
32+
TBD
33+
34+
## GitHub Copilot
35+
36+
TBD

0 commit comments

Comments
 (0)