Skip to content

Commit 6ee202b

Browse files
committed
docs: add contributing guidelines
1 parent b3639d9 commit 6ee202b

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing to Agentic Code Standards
2+
3+
## Updating the Changelog
4+
5+
When submitting a pull request, please update `CHANGELOG.md` under the `[Unreleased]` section.
6+
7+
### Types of Changes
8+
9+
- `Added` for new features
10+
- `Changed` for changes in existing functionality
11+
- `Deprecated` for soon-to-be removed features
12+
- `Removed` for now removed features
13+
- `Fixed` for any bug fixes
14+
- `Security` for vulnerability fixes
15+
16+
### Example
17+
18+
```markdown
19+
## [Unreleased]
20+
21+
### Added
22+
23+
- Python coding standards
24+
- Vue.js component guidelines
25+
26+
### Fixed
27+
28+
- Typo in accessibility documentation
29+
```

0 commit comments

Comments
 (0)