We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3639d9 commit 6ee202bCopy full SHA for 6ee202b
1 file changed
CONTRIBUTING.md
@@ -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