Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CONTRIBUTING_GUIDE_GSSOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,48 @@ For SecDev, good contributions are usually small, clear, and useful to the platf
- Accessibility fixes
- Security-safe refactors
- Documentation that helps new users understand deployment, testing, or sandbox behavior

## GSSoC Labels & Scoring (Project-specific)

Maintainers use the following labels and scoring rules to award points for merged PRs. Apply the `gssoc:approved` label once a contribution meets the project standards (tests, style, and review).

- **gssoc:approved** : +50 pts (base for every approved PR)

Difficulty (pick one):

- **level:beginner** : +20 pts
- **level:intermediate** : +35 pts
- **level:advanced** : +55 pts
- **level:critical** : +80 pts

Quality multiplier (optional):

- **quality:clean** : ×1.2
- **quality:exceptional** : ×1.5

Type bonus (optional, stackable):

- **type:docs** : +5
- **type:bug** : +10
- **type:feature** : +10
- **type:testing** : +10
- **type:design** : +10
- **type:refactor** : +10
- **type:accessibility** : +15
- **type:performance** : +15
- **type:devops** : +15
- **type:security** : +20

Formula (recommended):

```
50 + (difficulty × quality) + type bonus
```

Requirements to award points:

- PR must be **merged**
- At least **one review** approved
- PR must carry the **gssoc:approved** label (added by maintainers)

Maintainers may adjust final points based on actual impact and implementation quality.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ _A self-learning, self-adaptive security-first deployment platform with autonomo
[![Inngest](https://img.shields.io/badge/Inngest-Workflows-orange)](https://www.inngest.com/)
[![Groq](https://img.shields.io/badge/Groq-AI-red)](https://groq.com/)

---

</div>

<p align="center">
<img src="public/image.png" alt="SecDev" width="360" style="margin-right:16px" />
<img src="public/image1.png" alt="SecDev alt" width="360" />
</p>

---

## 📋 Table of Contents
Expand Down
Binary file added public/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading