forked from poseidon/typhoon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Github issue and pull request templates
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- Fill in either the 'Bug' or 'Feature Request' section --> | ||
|
||
## Bug | ||
|
||
### Environment | ||
|
||
* Platform: bare-metal, google-cloud, digital-ocean | ||
* OS: container-linux, fedora-cloud | ||
* Terraform: `terraform version` | ||
* Plugins: Provider plugin versions | ||
* Ref: Purenetes Git SHA (if applicable) | ||
|
||
### Problem | ||
|
||
Describe the problem. | ||
|
||
### Desired Behavior | ||
|
||
Describe what the goal. | ||
|
||
### Steps to Reproduce | ||
|
||
Provide clear steps to reproduce the issue unless already covered. | ||
|
||
## Feature Request | ||
|
||
### Feature | ||
|
||
Describe the feature and what problem it solves. | ||
|
||
### Tradeoffs | ||
|
||
What are the pros and cons of this feature? How will it be exercsied and maintained? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
High level description of the change. | ||
|
||
* Specific change | ||
* Specific change | ||
|
||
## Testing | ||
|
||
Describe your work to validate the change works. | ||
|
||
rel: issue number (if applicable) |