Skip to content

Commit

Permalink
Update the maintainer to be Sous Chefs (#572)
Browse files Browse the repository at this point in the history
* 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
tas50 authored and damacus committed Aug 2, 2018
1 parent d53a05f commit 8e8162b
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 59 deletions.
21 changes: 7 additions & 14 deletions .github/ISSUE_TEMPLATE.md
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.]
9 changes: 4 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
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
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
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>
23 changes: 21 additions & 2 deletions CONTRIBUTING.md
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>
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,10 @@ MySQL forks are purposefully out of scope for this cookbook. This is mostly to r

Package repository locations, package version names, software major version numbers, supported platform matrices, and the availability of software such as XtraDB and Galera are the main reasons that creating multiple cookbooks to make sense.

## Maintainers

This cookbook is maintained by Chef's Community Cookbook Engineering team. Our goal is to improve cookbook quality and to aid the community in contributing to cookbooks. To learn more about our team, process, and design goals see our [team documentation](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/COOKBOOK_TEAM.MD). To learn more about contributing to cookbooks like this see our [contributing documentation](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD), or if you have general questions about this cookbook come chat with us in #cookbok-engineering on the [Chef Community Slack](http://community-slack.chef.io/)

## License

```text
Copyright:: 2009-2017 Chef Software, Inc
Copyright:: 2009-2018 Chef Software, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
18 changes: 1 addition & 17 deletions chefignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Rakefile
*/.bzr/*
*/.hg/*
*/.svn/*
.github

# Berkshelf #
#############
Expand All @@ -82,25 +83,8 @@ Berksfile.lock
cookbooks/*
tmp

# Policyfile #
##############
Policyfile.rb
Policyfile.lock.json

# Cookbooks #
#############
CONTRIBUTING*
CHANGELOG*
TESTING*

# Strainer #
############
Colanderfile
Strainerfile
.colander
.strainer

# Vagrant #
###########
.vagrant
Vagrantfile
12 changes: 5 additions & 7 deletions metadata.rb
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'
Expand All @@ -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'

0 comments on commit 8e8162b

Please sign in to comment.