Skip to content

Commit

Permalink
update to new docs refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Nov 18, 2024
1 parent 3a5e5aa commit 8b1bd9f
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 202 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ We appreciate your contributions via pull requests (PRs):
- **Format**: Use the [Conventional Commits](https://www.conventionalcommits.org/) specification.
- **Structure**:

\```
```
type(scope): subject
body (optional)
footer (optional)
\```
```

- **Types**:
- `feat`: New feature
Expand All @@ -200,13 +200,13 @@ We appreciate your contributions via pull requests (PRs):

- **Example**:

\```
```
feat(storage): add S3 bucket encryption
Enable default encryption for all S3 buckets created in the storage module.
Closes #123
\```
```

### Documentation Standards

Expand Down
Loading

0 comments on commit 8b1bd9f

Please sign in to comment.