Skip to content

Commit 38c0dc6

Browse files
authored
Merge pull request #18 from softprops/project-maint
project maint templates
2 parents a80b07f + 6912cd5 commit 38c0dc6

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report 🐛
3+
about: Did something not work as expected?
4+
---
5+
6+
<!-- Please search existing issues to avoid creating duplicates. -->
7+
8+
## 🐛 Bug description
9+
Describe your issue in detail.
10+
11+
#### 🤔 Expected Behavior
12+
<!-- What should have happened? -->
13+
14+
#### 👟 Steps to reproduce
15+
<!-- Clear steps describing how to reproduce the issue, including commands and flags run. If you are seeing an error, please include the full error message and back trace. -->
16+
17+
#### 🌍 Your environment
18+
<!-- Include the relevant details of your environment. -->
19+
20+
serverless version:
21+
22+
rust-plugin version:
23+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature request 💡
3+
about: Suggest a new idea for serverless-rust
4+
---
5+
6+
<!-- Please search existing issues to avoid creating duplicates. -->
7+
8+
## 💡 Feature description
9+
<!-- Describe the feature you'd like. -->
10+
11+
#### 💻 Basic example
12+
<!-- Include a basic code example if possible. Omit this section if not applicable. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
1. If there is a breaking or notable change please call that out as these will need to be added to the CHANGELOG.md file in this repository.
3+
-->
4+
5+
## What did you implement:
6+
7+
<!--
8+
If this closes an open issue please replace xxx below with the issue number
9+
-->
10+
11+
Closes: #xxx
12+
13+
#### How did you verify your change:
14+
15+
#### What (if anything) would need to be called out in the CHANGELOG for the next release:

0 commit comments

Comments
 (0)