-
-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the maintainer to be Sous Chefs (#572)
* Remove community_cookbook_releaser dep Signed-off-by: Tim Smith <[email protected]> * Add code of conduct doc Signed-off-by: Tim Smith <[email protected]> * Update the github templates Signed-off-by: Tim Smith <[email protected]> * Remove EOL opensuse from metadata Signed-off-by: Tim Smith <[email protected]> * Remove mention that Chef owns this cookbook Signed-off-by: Tim Smith <[email protected]> * Update contributing doc Signed-off-by: Tim Smith <[email protected]> * Update chefignore file Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
8 changed files
with
42 additions
and
59 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 |
---|---|---|
@@ -1,27 +1,20 @@ | ||
# Cookbook version | ||
|
||
### Cookbook version | ||
[Version of the cookbook where you are encountering the issue] | ||
|
||
# Chef-client version | ||
|
||
### Chef-client version | ||
[Version of chef-client in your environment] | ||
|
||
# Platform Details | ||
|
||
### Platform Details | ||
[Operating system distribution and release version. Cloud provider if running in the cloud] | ||
|
||
# Scenario: | ||
|
||
### Scenario: | ||
[What you are trying to achieve and you can't?] | ||
|
||
# Steps to Reproduce: | ||
|
||
### Steps to Reproduce: | ||
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?] | ||
|
||
# Expected Result: | ||
|
||
### Expected Result: | ||
[What are you expecting to happen as the consequence of above reproduction steps?] | ||
|
||
# Actual Result: | ||
|
||
### Actual Result: | ||
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.] |
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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Description | ||
## Description | ||
|
||
[Describe what this change achieves] | ||
|
||
# Issues Resolved | ||
### Issues Resolved | ||
|
||
[List any existing issues this PR resolves] | ||
|
||
# Check List | ||
|
||
- [ ] All tests pass. See <https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD> | ||
### Check List | ||
- [ ] All tests pass. See https://github.com/sous-chefs/mysql/blob/master/TESTING.md | ||
- [ ] New functionality includes testing. | ||
- [ ] New functionality has been documented in the README if applicable |
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,3 @@ | ||
# Community Guidelines | ||
|
||
This project follows the Chef Community Guidelines <https://docs.chef.io/community_guidelines.html> |
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 |
---|---|---|
@@ -1,2 +1,21 @@ | ||
Please refer to | ||
https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD | ||
# Contributing | ||
|
||
## Branches | ||
|
||
### `master` branch | ||
|
||
The master branch is the current committed changes. These changes may not yet be released although we try to release often. | ||
|
||
## Tags | ||
|
||
All releases are tagged in git. To see the releases available to you see the changelog or the tags directly. | ||
|
||
## Pull requests | ||
|
||
- <https://github.com/sous-chefs/mysql/pulls> | ||
|
||
## Issues | ||
|
||
Need to report an issue? Use the github issues: | ||
|
||
- <https://github.com/sous-chefs/mysql/issues> |
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name 'mysql' | ||
maintainer 'Chef Software, Inc.' | ||
maintainer_email '[email protected]' | ||
maintainer 'Sous Chefs' | ||
maintainer_email '[email protected]' | ||
license 'Apache-2.0' | ||
description 'Provides mysql_service, mysql_config, and mysql_client resources' | ||
version '8.5.2' | ||
|
@@ -13,11 +13,9 @@ | |
supports 'fedora' | ||
supports 'debian', '>= 7.0' | ||
supports 'ubuntu', '>= 14.04' | ||
|
||
supports 'opensuse', '>= 13.0' | ||
supports 'opensuseleap' | ||
supports 'suse', '>= 12.0' | ||
|
||
source_url 'https://github.com/chef-cookbooks/mysql' | ||
issues_url 'https://github.com/chef-cookbooks/mysql/issues' | ||
chef_version '>= 12.7' if respond_to?(:chef_version) | ||
source_url 'https://github.com/sous-chefs/mysql' | ||
issues_url 'https://github.com/sous-chefs/mysql/issues' | ||
chef_version '>= 12.7' |