Skip to content

Commit

Permalink
Add Github issue & PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
metral committed Aug 6, 2020
1 parent 7e9fd53 commit 56229a0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Default template
title: ''
labels: needs-triage

---

### Problem description

<!--Briefly describe the issue that you've found.
For general questions, join us on https://pulumi-community.slack.com/. -->

- I saw an issue in the following Pulumi Program: <URL>

- I saw an issue in the following documentation: <URL>

- I had trouble finding the information that I needed: <URL>

- Other: <DETAILS>

### Errors & Logs

<!-- If there are any relevant error messages and logs that further describe the issue, please list them out.-->

### Affected product version(s)

<!-- If the issue is specific to a Pulumi product version, let us know which version(s). -->

### Reproducing the issue

<!-- If possible, please include a full Pulumi program tar'd or zipped up that reproduces the error. -->

### Suggestions for a fix

<!--If you have specific ideas about how we can fix this, let us know, or [create a pull request](https://github.com/pulumi/pulumi-eks/pull/new/. :) -->


<!-- To improve this template, edit the .github/ISSUE_TEMPLATE.md file -->
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
for Pulumi's contribution guidelines.
Help us merge your changes more quickly by adding more details such
as labels, milestones, and reviewers.-->

### Proposed changes

<!--Give us a brief description of what you've done and what it solves. -->

### Related issues (optional)

<!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes #1234'.
Or link to full URLs to issues or pull requests in other GitHub repositories. -->

0 comments on commit 56229a0

Please sign in to comment.