Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit dc9a901

Browse files
committed
Updated contributing guidelines and added issue template
1 parent ffa575c commit dc9a901

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Description
2+
3+
[Description of the bug]
4+
5+
### Expected behavior
6+
7+
[What you expected to happen]
8+
9+
### Actual behavior
10+
11+
[What is actually happening]
12+
13+
### Steps to reproduce the bug
14+
15+
1. [First step]
16+
2. [Second step]
17+
3. [and so on...]
18+
19+
### Package versions
20+
21+
* terraform-aws-github-ci: `...`
22+
* terraform: `...`
23+
24+
### System information
25+
26+
* OS: [The operating system you're running]

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Please consider what kind of change it is:
3131

3232
* For a **major feature**, first open an issue and outline your proposal so
3333
that it can be discussed. This will also allow us to better coordinate our
34-
efforts, prevent duplication of work, and help you to craft the change so
34+
efforts, prevent duplication of work and help you to craft the change so
3535
that it is successfully accepted into the project.
3636

3737
* **Small features and bugs** can be crafted and directly submitted as a pull

0 commit comments

Comments
 (0)