Skip to content

Commit 2abfaaa

Browse files
GHkrishnaKambleSahil3
authored andcommitted
Create templates for Bug/feature suggestion (#263)
* Create FEATURE-REQUEST.yml Create a feature request template Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Create BUG-REPORT.yml Create a bug report template Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update and rename BUG-REPORT.yml to BUG-REPORT.md yml to md file change Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update and rename FEATURE-REQUEST.yml to FEATURE-REQUEST.md Update and rename FEATURE-REQUEST.yml to FEATURE-REQUEST.md Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update FEATURE-REQUEST.md Update FEATURE-REQUEST.md Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update BUG-REPORT.md Update BUG-REPORT.md Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update FEATURE-REQUEST.md Update FEATURE-REQUEST.md Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update BUG-REPORT.md Update link and remove checks Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * Update FEATURE-REQUEST.md Update Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: formating Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> --------- Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
1 parent 908c555 commit 2abfaaa

2 files changed

Lines changed: 102 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)