8000 Chore/sync templates by GHkrishna · Pull Request #1270 · credebl/platform · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Chore/sync templates #1270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2025
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
94 changes: 55 additions & 39 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,57 +1,73 @@
name: "🚀 Feature Request"
description: Suggest an idea or enhancement for this project
labels: [enhancement]
name: "\U0001F680 Feature Request - new"
title: "feat: "
description: Suggest an idea or enhancement for CREDEBL platform
labels: [enhancement, triage]
body:
- type: markdown
attributes:
value: |
## Reporting a feature request/enhancement to CREDEBL

Thank you for taking time to create a feature request for CREDEBL, your contribution will help
make the product better for everyone.

Make sure your issue has a generous description that will help others understand and fix it at earliest.

- type: checkboxes
id: agreement
id: preliminary-checks
attributes:
label: Preliminary Checks
label: "✅ Preliminary Checks"
description: "Please confirm the following before submitting."
options:
- label: "I've read the [contibution guide](https://docs.credebl.id/docs/contribute/how-to-contribute) and agree to it"
required: true
- label: "I have searched [existing issues](https://github.com/credebl/platform/issues) and [pull requests](https://github.com/credebl/platform/pulls) to avoid duplicates."
required: true
- label: "I'm willing to create a PR for this feature. (if applicable)."
- type: markdown
attributes:
value: |
## 🧩 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._
- type: textarea
id: problem-statement
attributes:
label: "🧩 Problem Statement"
description: "Is your feature request related to a problem? Please describe it clearly."
placeholder: "Ex: I'm always frustrated when [...]"
validations:
required: true

---
- type: textarea
id: proposed-solution
attributes:
label: "💡 Proposed Solution"
description: "A clear and concise description of what you want to happen."
placeholder: "Ex: It would be great if [...]"
validations:
required: true

## ✅ Acceptance Criteria
- type: textarea
id: alternatives-considered
attributes:
label: "🔄 Alternatives Considered"
description: "Have you considered any alternative solutions or features?"
placeholder: "Ex: I also thought about [...], but [...]"
validations:
required: false

_List specific tasks or outcomes that define when this request is complete._
- type: textarea
id: additional-context
attributes:
label: "📎 Additional Context"
description: "Add any other context, references, mockups, or screenshots here."
validations:
required: false

- A new endpoint `/v1/...` is added
- Docs updated
- type: textarea
id: acceptance-criteria
attributes:
label: "✅ Acceptance Criteria"
description: "List specific tasks or outcomes that define when this request is complete."
placeholder: |
- A new endpoint `/v1/...` is added
- Docs updated
- Tests written and passing
validations:
required: false
107 changes: 63 additions & 44 deletions .github/ISSUE_TEMPLATE/bug_report.yml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ description: Report a bug or unexpected behavior in the project
labels: [bug]
title: "fix: "
body:
- type: markdown
attributes:
value: |
## Reporting a bug on CREDEBL

Thank you for taking time to report the bug on CREDEBL, your contribution will help
make the product better for everyone.

Make sure your issue has a generous description that will help others understand and fix it at earliest.
- type: checkboxes
id: agreement
attributes:
Expand All @@ -13,59 +22,69 @@ body:
- label: I have searched [existing issues](https://github.com/credebl/platform/issues) and [pull requests](https://github.com/credebl/platform/pulls) to avoid duplicates.
required: true
- label: "I'm willing to create a PR for this feature. (if applicable)."
- type: markdown
- type: textarea
id: steps-to-reproduce
attributes:
value: |
## 🐞 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._

label: "🧪 Steps to Reproduce"
description: "Provide clear steps to reproduce the bug."
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

---

## ✅ 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?_
- type: textarea
id: expected-behavior
attributes:
label: "✅ Expected Behavior"
description: "What did you expect to happen?"
placeholder: |
Ex: After clicking 'Submit', I expected a confirmation modal to appear.
validations:
required: true

- [ ] Local development
- [ ] Production
- [ ] CI/CD
- [ ] Other
- type: textarea
id: current-behavior
attributes:
label: "❌ Current Behavior"
description: "What is currently happening instead?"
placeholder: |
Ex: The page crashed with a 500 error when clicking 'Submit'.
validations:
required: true

---
- type: input
id: affected-version
attributes:
label: "📌 Affected Version/Commit"
description: "Version number, branch name, or commit hash where the bug occurs."
placeholder: "e.g., v1.2.3, main, 4f3e2d1"
validations:
required: false

## 🧾 Relevant Logs, Screenshots, or Stack Traces
- type: checkboxes
id: environment
attributes:
label: "💻 Environment"
description: "Where did the issue occur?"
options:
- label: "Local development"
- label: "Production"
- label: "CI/CD"
- label: "Other"

_Paste any error messages or screenshots that can help diagnose the issue._
- type: textarea
id: logs-and-screenshots
attributes:
label: "🧾 Relevant Logs, Screenshots, or Stack Traces"
description: "Paste any error messages or screenshots that can help diagnose the issue."
placeholder: |
Please include:
- Error logs
- Screenshots
- Console output
- Stack traces
validations:
required: false
0