Skip to content

Commit b196795

Browse files
committed
Add coding and documentation standards instructions
1 parent 0ff3ec3 commit b196795

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
applyTo: '**'
3+
---
4+
Coding standards, domain knowledge, and preferences that AI should follow.
5+
6+
## General Guidelines
7+
8+
- Use 2 spaces for indentation.
9+
- Write clear and concise comments to explain complex logic.
10+
11+
## Pull Request Template
12+
13+
- Use the provided pull request template located at .github/PULL_REQUEST_TEMPLATE.md to ensure all necessary information is included.
14+
- Fill in the sections with relevant details about the changes made, including a description of the issue being addressed and any additional context.
15+
- Use the checklist to confirm that you have followed the contributing guidelines and completed all necessary steps.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
applyTo: '**/*.md'
3+
---
4+
Coding standards, domain knowledge, and preferences that AI should follow.
5+
6+
## General Guidelines
7+
8+
- Add a space between the heading and the content
9+
- Use clear and concise language

0 commit comments

Comments
 (0)