Skip to content

Commit b77ed6a

Browse files
committed
Add pr and issue templates
1 parent b270bfd commit b77ed6a

3 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug to help us improve
4+
labels: bug
5+
---
6+
7+
### Description
8+
9+
A clear description of what the bug is.
10+
11+
### Steps to Reproduce
12+
13+
1.
14+
2.
15+
3.
16+
17+
### Expected Behavior
18+
19+
What you expected to happen.
20+
21+
### Actual Behavior
22+
23+
What actually happened. Include error messages and stack traces if applicable.
24+
25+
### WSDL Document
26+
27+
If possible, attach or paste a minimal WSDL fixture that reproduces the issue.
28+
Sanitize any credentials or internal URLs before sharing.
29+
30+
### Environment
31+
32+
- Ruby version:
33+
- `wsdl` gem version:
34+
- SOAP version (1.1 / 1.2):
35+
- OS:
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or improvement
4+
labels: enhancement
5+
---
6+
7+
### Problem
8+
9+
What problem does this feature solve? Why is it needed?
10+
11+
### Proposed Solution
12+
13+
Describe the feature or change you'd like to see.
14+
15+
### Alternatives Considered
16+
17+
Any alternative approaches you've thought about.
18+
19+
### Additional Context
20+
21+
Relevant WSDL snippets, links to specifications, or examples from other libraries.

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### What
2+
3+
Brief description of the change.
4+
5+
### Why
6+
7+
What problem does this solve? Link to a related issue if applicable.
8+
9+
### How
10+
11+
Summary of the approach taken (skip for trivial changes).
12+
13+
### Checklist
14+
15+
- [ ] Tests added or updated
16+
- [ ] `bundle exec rake ci` passes
17+
- [ ] Documentation updated (if public API changed)
18+
- [ ] Commit messages explain *why*, not just *what*

0 commit comments

Comments
 (0)