File tree Expand file tree Collapse file tree 5 files changed +100
-0
lines changed
Expand file tree Collapse file tree 5 files changed +100
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' [BUG] '
5+ labels : ' bug'
6+ assignees : ' '
7+ ---
8+
9+ ## Describe the Bug
10+ <!-- A clear description of what the bug is -->
11+
12+ ## Steps to Reproduce
13+ 1 .
14+ 2 .
15+ 3 .
16+
17+ ## Expected Behavior
18+ <!-- What you expected to happen -->
19+
20+ ## Actual Behavior
21+ <!-- What actually happened -->
22+
23+ ## Environment
24+ - ACA-Py version:
25+ - Python version:
26+ - OS:
27+
28+ ## Additional Context
29+ <!-- Any logs, screenshots, or extra info -->
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : ACA-Py Documentation
4+ url : https://aca-py.org
5+ about : Check the docs before opening an issue
6+ - name : Community Discord
7+ url : https://discord.gg/openwalletfoundation
8+ about : Ask questions in the aca-py channel on the OpenWallet Foundation Discord Server
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea or improvement
4+ title : ' [FEATURE] '
5+ labels : ' enhancement'
6+ assignees : ' '
7+ ---
8+
9+ ## Problem Statement
10+ <!-- What problem does this feature solve? -->
11+
12+ ## Proposed Solution
13+ <!-- Describe what you'd like to happen -->
14+
15+ ## Alternatives Considered
16+ <!-- Any other solutions you've thought about? -->
17+
18+ ## Additional Context
19+ <!-- Any extra info, mockups, or references -->
Original file line number Diff line number Diff line change 1+ ## Description
2+
3+ <!-- Describe what this PR does and why -->
4+
5+ ## Related Issue
6+
7+ Closes #
8+
9+ ## Type of Change
10+
11+ - [ ] Bug fix
12+ - [ ] New feature
13+ - [ ] Documentation update
14+ - [ ] Chore / maintenance
15+
16+ ## Checklist
17+
18+ - [ ] I have read the [ Contributing Guide] ( ../CONTRIBUTING.md )
19+ - [ ] My changes follow the existing code style
20+ - [ ] I have added/updated tests where applicable
21+ - [ ] I have updated documentation if needed
22+
Original file line number Diff line number Diff line change 1+ ## Description
2+
3+ <!-- Describe what this PR does and why -->
4+ <!-- If this is a breaking change, please add the "BREAKING" to the PR name -->
5+ ## Related Issue
6+
7+ Closes #
8+
9+ ## Type of Change
10+
11+ - [ ] Bug fix
12+ - [ ] New feature
13+ - [ ] Documentation update
14+ - [ ] Chore / maintenance
15+
16+ ## Checklist
17+
18+ - [ ] I have read the [Contributing Guide](../CONTRIBUTING.md)
19+ - [ ] My changes follow the existing code style
20+ - [ ] I have added/updated tests where applicable
21+ - [ ] I have updated documentation if needed
22+
You can’t perform that action at this time.
0 commit comments