Skip to content

Commit 246088e

Browse files
authored
Add GitHub issue and PR templates (swift-server#127)
motivation: capture issue/PR info consistently changes: add .github directory with relevant PR and issue templates
1 parent c683b41 commit 246088e

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### Expected behavior
2+
_[what you expected to happen]_
3+
4+
### Actual behavior
5+
_[what actually happened]_
6+
7+
### Steps to reproduce
8+
9+
1. ...
10+
2. ...
11+
12+
### If possible, minimal yet complete reproducer code (or URL to code)
13+
14+
_[anything to help us reproducing the issue]_
15+
16+
### SwiftAWSLambdaRuntime version/commit hash
17+
18+
_[the SwiftAWSLambdaRuntime tag/commit hash]_
19+
20+
### Swift & OS version (output of `swift --version && uname -a`)

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
_[One line description of your change]_
2+
3+
### Motivation:
4+
5+
_[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_
6+
7+
### Modifications:
8+
9+
_[Describe the modifications you've done.]_
10+
11+
### Result:
12+
13+
_[After your change, what will change.]_

0 commit comments

Comments
 (0)