-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue and pr templates [#156111834]
Signed-off-by: Joseph Palermo <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 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,31 @@ | ||
Thank you for submitting an issue. | ||
|
||
# Feature Request Info | ||
## Problem you are trying to solve | ||
Help us understand the problem you are facing. Please provide as much context as possible. | ||
|
||
## Proposed solution/feature | ||
What is the proposed solution and why do you think it is the best approach to the problem above. | ||
|
||
## Would you want to open an PR for this feature? | ||
|
||
# Bug Report Info | ||
## Currently: | ||
What is the current broken behavior? | ||
|
||
## Expected: | ||
What the correct behavior should be? | ||
|
||
## Steps to Reproduce: | ||
Please provide as much detail as possible. | ||
|
||
## Deployment Context: | ||
Please provide relevant details about your deployment. That might include: | ||
* Are you using cf-mysql-release with a service broker? | ||
* How many nodes and proxies are deployed? | ||
* Other relevant deployment topology info | ||
* Release version | ||
* Other bosh releases deployed on the same vms | ||
|
||
## Reference: | ||
Attach screenshot(s) or logs if relevant |
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,11 @@ | ||
Thanks for opening a PR. Please make sure you've read and followed the [Contributing guide](https://github.com/cloudfoundry-incubator/pxc-release/blob/master/README.md#contribution-guide), including signing the Contributor License Agreement. | ||
|
||
# Feature or Bug Description | ||
What does this PR change? | ||
|
||
# Motivation | ||
Tell us about the problem you are facing, with context, that this PR solves. | ||
|
||
# Related Issue | ||
If this PR was first opened as an issue, please provide the link to that issue here. | ||
|