Skip to content

Commit 10a9fd2

Browse files
Merge pull request restsharp#993 from restsharp/feature/templates
Created Issue and PR templates
2 parents 5953d97 + b35e903 commit 10a9fd2

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Expected Behavior
2+
3+
4+
<!-- If this issue is a feature request remove text below -->
5+
## Actual Behavior
6+
7+
8+
## Steps to Reproduce the Problem
9+
10+
1.
11+
2.
12+
3.
13+
14+
## Specifications
15+
16+
- Version:
17+
- Platform:
18+
- Subsystem:
19+
20+
## StackTrace
21+
<details>
22+
23+
```
24+
25+
```
26+
27+
</details>

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Description
2+
3+
<!-- If your pull request solves an issue, please reference it here -->
4+
5+
## Purpose
6+
This pull request is a:
7+
8+
- [ ] Bugfix (non-breaking change which fixes an issue)
9+
- [ ] New feature (non-breaking change which adds functionality)
10+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
12+
13+
## Checklist
14+
15+
<!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. -->
16+
17+
- [ ] I have added tests that prove my fix is effective or that my feature works
18+
- [ ] I have added necessary documentation (if appropriate)

0 commit comments

Comments
 (0)