Skip to content

Commit e41a36e

Browse files
authored
Merge pull request #4091 from Chaithanya5gif/chore/add-pr-template
chore: add PR template and issue templates
2 parents 5c18edc + 182cc46 commit e41a36e

File tree

5 files changed

+100
-0
lines changed

5 files changed

+100
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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 -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 -->

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

.github/pull_request_template.mdy

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)