Skip to content

Commit 13c5f9d

Browse files
fix: resolved conflicts
Signed-off-by: bhavanakarwade <[email protected]>
2 parents 06beb41 + 48efa2d commit 13c5f9d

File tree

3 files changed

+103
-1
lines changed

3 files changed

+103
-1
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
## 🧾 Preliminary Checks
2+
3+
- [ ] I have searched [existing issues](https://github.com/credebl/credo-controller/issues) and [pull requests](https://github.com/credebl/credo-controller/pulls) for duplicates.
4+
- [ ] I'm willing to create a PR fixing this issue. (if applicable).
5+
6+
---
7+
8+
## 🐞 Bug Description
9+
10+
_A clear and concise description of what the bug is._
11+
12+
When I try to [...], I get this unexpected behavior [...]
13+
14+
---
15+
16+
## 🧪 Steps to Reproduce
17+
18+
_Provide clear steps to reproduce the bug._
19+
20+
1. Go to '...'
21+
2. Click on '...'
22+
3. Scroll down to '...'
23+
4. See error
24+
25+
---
26+
27+
## ✅ Expected Behavior
28+
29+
_What did you expect to happen?_
30+
31+
---
32+
33+
## ❌ Actual Behavior
34+
35+
_What actually happened instead?_
36+
37+
---
38+
39+
## 📌 Affected Version/Commit
40+
41+
_Version number, branch name, or commit hash where the bug occurs._
42+
43+
---
44+
45+
## 💻 Environment
46+
47+
_Where did the issue occur?_
48+
49+
- [ ] Local development
50+
- [ ] Production
51+
- [ ] CI/CD
52+
- [ ] Other
53+
54+
---
55+
56+
## 🧾 Relevant Logs, Screenshots, or Stack Traces
57+
58+
_Paste any error messages or screenshots that can help diagnose the issue._
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## ✅ Preliminary Checks
2+
3+
- [ ] 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.
4+
- [ ] I'm willing to create a PR for this feature. (if applicable).
5+
6+
---
7+
8+
## 🧩 Problem Statement
9+
10+
_Is your feature request related to a problem? Please describe it clearly._
11+
12+
> Ex: I'm always frustrated when [...]
13+
14+
---
15+
16+
## 💡 Proposed Solution
17+
18+
_A clear and concise description of what you want to happen._
19+
20+
> Ex: It would be great if [...]
21+
22+
---
23+
24+
## 🔄 Alternatives Considered
25+
26+
_Have you considered any alternative solutions or features?_
27+
28+
> Ex: I also thought about [...], but [...]
29+
30+
---
31+
32+
## 📎 Additional Context
33+
34+
_Add any other context, references, mockups, or screenshots here._
35+
36+
---
37+
38+
## ✅ Acceptance Criteria
39+
40+
_List specific tasks or outcomes that define when this request is complete._
41+
42+
- A new endpoint `/v1/...` is added
43+
- Docs updated
44+
- Tests written and passing

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
tags: |
4343
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.SERVICE }}:${{ env.TAG }}
4444
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.SERVICE }}:latest
45-
45+

0 commit comments

Comments
 (0)