We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f2804 commit d0ef83eCopy full SHA for d0ef83e
context.yaml
@@ -34,3 +34,18 @@ documents:
34
method_visibility:
35
- public
36
keep_method_bodies: false
37
+
38
+ # Guidelines
39
+ - description: 'Guidelines and instructions'
40
+ outputPath: guidelines.md
41
+ overwrite: true
42
+ sources:
43
+ - type: text
44
+ tag: instruction
45
+ content: |
46
+ There are all the guidelines about how to do some things in the project.
47
+ Feel free to load any related guideline to the current context to make the work more efficient.
48
+ - type: tree
49
+ sourcePaths: ['docs/guidelines']
50
+ showCharCount: true
51
+ showSize: true
0 commit comments