There was an error while loading. Please reload this page.
1 parent 8b3adf6 commit da890fbCopy full SHA for da890fb
1 file changed
examples/chat/wafir.yaml
@@ -0,0 +1,25 @@
1
+# WAFIR Configuration Example - Chat
2
+
3
+title: "Submit Feedback"
4
5
+targets:
6
+ - id: default
7
+ type: github/project
8
+ target: your-username/1
9
+ authRef: "YOUR_INSTALLATION_ID" # Replace with your installation ID
10
11
+forms:
12
+ - id: question
13
+ label: Question
14
+ icon: "❓"
15
+ targets: []
16
+ body:
17
+ - id: info
18
+ type: markdown
19
+ attributes:
20
+ value: "Please ask your question in our [GitHub Discussions forum](https://github.com/BPS-Consulting/wafir/discussions)."
21
+ - id: chat
22
+ type: chat
23
24
+ label: "Chat with us"
25
+ placeholder: "Type your message here..."
0 commit comments