Skip to content

Commit 9b6f7b5

Browse files
authored
chore: add issue and pr templates (#328)
1 parent 4bd7e06 commit 9b6f7b5

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Something isn't working as expected 🤔.
4+
labels: bug, needs-triage
5+
---
6+
7+
## Description
8+
<!--- A clear and concise description of what the bug is -->
9+
10+
## Context
11+
<!--- Help us understand your use case. How does this issue impact your application? What are you trying to accomplish? -->
12+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
13+
14+
## Environment
15+
<!--- Include as many relevant details about the environment where the bug was discovered -->
16+
* AWS Swift SDK version used:
17+
* Operating System and version (iOS/macOS/Linux):
18+
* Xcode version (if applicable):
19+
* Swift compiler version (if applicable):
20+
* Swift Tools version (if applicable):
21+
22+
## Reproduction Steps
23+
<!--- If possible, provide a self-contained, concise snippet of code that can be used to reproduce the issue -->
24+
<!--- For more complex issues provide a repo with the smallest sample that reproduces the bug -->
25+
<!--- Avoid including business logic or unrelated code, it makes diagnosis more difficult -->
26+
<!--- Include full errors, uncaught exceptions, stack traces, and relevant logs -->
27+
<!--- To turn on SDK logging, follow instructions here: https://github.com/awslabs/aws-sdk-swift#logging -->
28+
<!--- If service responses are relevant, please include wirelogs (after removing any sensitive content!) -->
29+
30+
## Observed Behavior
31+
<!--- Tell us what happens instead of the expected behavior -->
32+
33+
## Expected Behavior
34+
<!--- Tell us what should happen -->
35+
36+
## Possible Solution
37+
<!--- Not required, but suggest a fix for the bug -->
38+
39+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: 💡 Feature Request
3+
about: Suggest an idea for this project
4+
labels: enhancement, needs-triage
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
<!-- Please keep this note for the community -->
10+
11+
### Community Note
12+
13+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
14+
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
15+
* If you are interested in working on this issue, please leave a comment
16+
17+
<!-- Thank you for keeping this note for the community -->
18+
19+
20+
## Describe the Feature
21+
<!--- A clear and concise description of the feature you are proposing -->
22+
23+
## Is your Feature Request related to a problem?
24+
<!--- A description of the issue, e.g. It would be great if... -->
25+
26+
## Proposed Solution
27+
<!--- Not required, but suggest how to implement the addition or change -->
28+
29+
## Describe alternatives you've considered
30+
<!--- Any alternative solutions or features you've considered -->
31+
32+
## Additional Context
33+
<!--- How has the lack of this feaure affected you? What are you trying to accomplish? -->
34+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
35+
36+
37+
- [ ] I may be able to implement this feature request

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Issue \#
4+
<!--- If it fixes an issue, please link to the issue here -->
5+
6+
## Description of changes
7+
<!--- Why is this change required? What problem does it solve? -->
8+
9+
## Conventional Commits
10+
<!--- Please use conventional commits to let us know what kind of change this is.-->
11+
<!--- More info can be found here: https://www.conventionalcommits.org/en/v1.0.0/-->
12+
13+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)