From 40bd338eab1a80aed7eefc48fe8d8225bc073e90 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 13 Aug 2017 12:29:49 -0700 Subject: [PATCH] Add Github issue and pull request templates --- .github/ISSUE_TEMPLATE.md | 33 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..06fa5c10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ + + +## 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? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6943ea7b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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)