Skip to content

Commit 57fce3b

Browse files
authored
Update and rename FEATURE-REQUEST.md to FEATURE-REQUEST.yml (#1241)
* Update and rename FEATURE-REQUEST.md to FEATURE-REQUEST.yml update template from .md to .yml Signed-off-by: Krishna Waske <[email protected]> * Update FEATURE-REQUEST.yml Signed-off-by: Krishna Waske <[email protected]> * Update and rename bug_report.md to bug_report.yml Signed-off-by: Krishna Waske <[email protected]> * Update FEATURE-REQUEST.yml Signed-off-by: Krishna Waske <[email protected]> * Update bug_report.yml Signed-off-by: Krishna Waske <[email protected]> * Update bug_report.yml Signed-off-by: Krishna Waske <[email protected]> * Update bug_report.yml Signed-off-by: Krishna Waske <[email protected]> * Update bug_report.yml Signed-off-by: Krishna Waske <[email protected]> * Update FEATURE-REQUEST.yml Signed-off-by: Krishna Waske <[email protected]> --------- Signed-off-by: Krishna Waske <[email protected]>
1 parent e0e2787 commit 57fce3b

File tree

4 files changed

+128
-102
lines changed

4 files changed

+128
-102
lines changed

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: "🚀 Feature Request"
2+
description: Suggest an idea or enhancement for this project
3+
labels: [enhancement]
4+
title: "feat: "
5+
body:
6+
- type: checkboxes
7+
id: agreement
8+
attributes:
9+
label: Preliminary Checks
10+
options:
11+
- label: "I've read the [contibution guide](https://docs.credebl.id/docs/contribute/how-to-contribute) and agree to it"
12+
required: true
13+
- label: "I have searched [existing issues](https://github.com/credebl/platform/issues) and [pull requests](https://github.com/credebl/platform/pulls) to avoid duplicates."
14+
required: true
15+
- label: "I'm willing to create a PR for this feature. (if applicable)."
16+
- type: markdown
17+
attributes:
18+
value: |
19+
## 🧩 Problem Statement
20+
21+
_Is your feature request related to a problem? Please describe it clearly._
22+
23+
> Ex: I'm always frustrated when [...]
24+
25+
---
26+
27+
## 💡 Proposed Solution
28+
29+
_A clear and concise description of what you want to happen._
30+
31+
> Ex: It would be great if [...]
32+
33+
---
34+
35+
## 🔄 Alternatives Considered
36+
37+
_Have you considered any alternative solutions or features?_
38+
39+
> Ex: I also thought about [...], but [...]
40+
41+
---
42+
43+
## 📎 Additional Context
44+
45+
_Add any other context, references, mockups, or screenshots here._
46+
47+
---
48+
49+
## ✅ Acceptance Criteria
50+
51+
_List specific tasks or outcomes that define when this request is complete._
52+
53+
- A new endpoint `/v1/...` is added
54+
- Docs updated
55+
- Tests written and passing
56+
validations:
57+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: "🐛 Bug Report"
2+
description: Report a bug or unexpected behavior in the project
3+
labels: [bug]
4+
title: "fix: "
5+
body:
6+
- type: checkboxes
7+
id: agreement
8+
attributes:
9+
label: Preliminary Checks
10+
options:
11+
- label: I have read the contributions guide [contibution guide](https://docs.credebl.id/docs/contribute/how-to-contribute) and agree to it
12+
required: true
13+
- label: I have searched [existing issues](https://github.com/credebl/platform/issues) and [pull requests](https://github.com/credebl/platform/pulls) to avoid duplicates.
14+
required: true
15+
- label: "I'm willing to create a PR for this feature. (if applicable)."
16+
- type: markdown
17+
attributes:
18+
value: |
19+
## 🐞 Bug Description
20+
21+
_A clear and concise description of what the bug is._
22+
23+
When I try to [...], I get this unexpected behavior [...]
24+
25+
---
26+
27+
## 🧪 Steps to Reproduce
28+
29+
_Provide clear steps to reproduce the bug._
30+
31+
1. Go to '...'
32+
2. Click on '...'
33+
3. Scroll down to '...'
34+
4. See error
35+
36+
---
37+
38+
## ✅ Expected Behavior
39+
40+
_What did you expect to happen?_
41+
42+
---
43+
44+
## ❌ Actual Behavior
45+
46+
_What actually happened instead?_
47+
48+
---
49+
50+
## 📌 Affected Version/Commit
51+
52+
_Version number, branch name, or commit hash where the bug occurs._
53+
54+
---
55+
56+
## 💻 Environment
57+
58+
_Where did the issue occur?_
59+
60+
- [ ] Local development
61+
- [ ] Production
62+
- [ ] CI/CD
63+
- [ ] Other
64+
65+
---
66+
67+
## 🧾 Relevant Logs, Screenshots, or Stack Traces
68+
69+
_Paste any error messages or screenshots that can help diagnose the issue._
70+
validations:
71+
required: false

0 commit comments

Comments
 (0)