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
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
## 🧾 Preliminary Checks

- [ ] I have searched [existing issues](https://github.com/credebl/credo-controller/issues) and [pull requests](https://github.com/credebl/credo-controller/pulls) for duplicates.
- [ ] I'm willing to create a PR fixing this issue. (if applicable).

---

## 🐞 Bug Description

_A clear and concise description of what the bug is._

When I try to [...], I get this unexpected behavior [...]

---

## 🧪 Steps to Reproduce

_Provide clear steps to reproduce the bug._

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

---

## ✅ Expected Behavior

_What did you expect to happen?_

---

## ❌ Actual Behavior

_What actually happened instead?_

---

## 📌 Affected Version/Commit

_Version number, branch name, or commit hash where the bug occurs._

---

## 💻 Environment

_Where did the issue occur?_

- [ ] Local development
- [ ] Production
- [ ] CI/CD
- [ ] Other

---

## 🧾 Relevant Logs, Screenshots, or Stack Traces

_Paste any error messages or screenshots that can help diagnose the issue._
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## ✅ Preliminary Checks

- [ ] I have searched [existing issues](https://github.com/credebl/credo-controller/issues) and [pull requests](https://github.com/credebl/credo-controller/pulls) to avoid duplicates.
- [ ] I'm willing to create a PR for this feature. (if applicable).

---

## 🧩 Problem Statement

_Is your feature request related to a problem? Please describe it clearly._

> Ex: I'm always frustrated when [...]

---

## 💡 Proposed Solution

_A clear and concise description of what you want to happen._

> Ex: It would be great if [...]

---

## 🔄 Alternatives Considered

_Have you considered any alternative solutions or features?_

> Ex: I also thought about [...], but [...]

---

## 📎 Additional Context

_Add any other context, references, mockups, or screenshots here._

---

## ✅ Acceptance Criteria

_List specific tasks or outcomes that define when this request is complete._

- A new endpoint `/v1/...` is added
- Docs updated
- Tests written and passing
Loading