chore: add contribution governance docs and dotenv dependency

This commit is contained in:
Poyraz Avsever
2026-04-16 21:53:06 +03:00
parent d1b2d23509
commit b58951249e
10 changed files with 512 additions and 2 deletions
+45
View File
@@ -0,0 +1,45 @@
---
name: Feature request
about: Suggest an improvement for OpenFrame
title: "feat: "
labels: [enhancement]
assignees: []
---
## Problem statement
What problem are you trying to solve?
## Proposed solution
What do you want to happen?
## Alternatives considered
What alternatives did you evaluate?
## Scope
Which areas are affected?
- [ ] API
- [ ] Auth/access
- [ ] Database
- [ ] UI/UX
- [ ] Docs
- [ ] DevEx/Operations
## Acceptance criteria
How will we know this is done?
- [ ] Criterion 1
- [ ] Criterion 2
## Non-goals (optional)
What is explicitly out of scope?
## Additional context
Mockups, examples, or references.